From 04d916de30d5d569a6b8eb2ddf4b947ca9d9ec48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 21:59:46 +0000 Subject: [PATCH] Bump puma from 2.9.0 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 2.9.0 to 3.12.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v2.9.0...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8e4729fc7..04fa4ecae 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'httpclient', '~> 2.4.0' gem 'nokogiri', '~> 1.6.3.1' gem 'git', '~> 1.2.8' gem 'parallel', '~> 1.2.4' -gem 'puma', '~> 2.9.0' +gem 'puma', '~> 3.12.3' gem 'sinatra', '~> 1.4.5' gem 'sinatra-contrib', '~> 1.4.2' gem 'i18n', '~> 0.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 838a9cf13..ebe66ab3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,9 +16,8 @@ GEM octokit (3.3.1) sawyer (~> 0.5.3) parallel (1.2.4) - puma (2.9.0) - rack (>= 1.1, < 2.0) - rack (1.5.2) + puma (3.12.3) + rack (1.6.13) rack-protection (1.5.3) rack rack-test (0.6.2) @@ -50,6 +49,6 @@ DEPENDENCIES nokogiri (~> 1.6.3.1) octokit (~> 3.3.1) parallel (~> 1.2.4) - puma (~> 2.9.0) + puma (~> 3.12.3) sinatra (~> 1.4.5) sinatra-contrib (~> 1.4.2)