From 583fce1390aa8f699428295096b0d1ce76254e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:17:06 +0000 Subject: [PATCH] Bump puma from 2.9.0 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 2.9.0 to 3.12.4. - [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.4) 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..4c3b95880 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.4' 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..d65a6635c 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.4) + 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.4) sinatra (~> 1.4.5) sinatra-contrib (~> 1.4.2)