From e9c14789e836bea7837138c6bfed27490afa2ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 04:25:19 +0000 Subject: [PATCH] Bump puma from 2.9.0 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 2.9.0 to 3.12.2. - [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.2) 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..bd51e4239 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.2' 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..3e737a7c6 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.2) + rack (1.6.11) 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.2) sinatra (~> 1.4.5) sinatra-contrib (~> 1.4.2)