From fea27125f78e462335b8f18825051c2f5e25c5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 02:25:12 +0000 Subject: [PATCH] Bump puma from 2.11.3 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 2.11.3 to 3.12.6. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d828d97..91c87a1 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'octokit', '~> 3.7.0' gem 'octicons-rails', '~> 2.1.1' gem 'actionpack-action_caching', '~> 1.1.1' gem 'redis', '~> 3.2.0' -gem 'puma', '~> 2.11.1' +gem 'puma', '~> 3.12.6' gem 'httparty', '~> 0.13.3' gem 'kaminari', '~> 0.16.3' gem 'dalli', '~> 2.7.4' diff --git a/Gemfile.lock b/Gemfile.lock index ed25eb3..e8da233 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,11 +166,10 @@ GEM pry-byebug (3.5.1) byebug (~> 9.1) pry (~> 0.10) - puma (2.11.3) - rack (>= 1.1, < 2.0) + puma (3.12.6) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) - rack (1.6.8) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.7.1) @@ -309,7 +308,7 @@ DEPENDENCIES omniauth-github (~> 1.1.2) pg (~> 0.18.2) pry-byebug (~> 3.1) - puma (~> 2.11.1) + puma (~> 3.12.6) quiet_assets (~> 1.1.0) rails (~> 4.2.7.1) redis (~> 3.2.0)