From 965bd64000b08d5c0111fb38d768062365e2de00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 04:33:22 +0000 Subject: [PATCH] Bump puma from 2.11.3 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 2.11.3 to 4.3.8. - [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.11.3...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d828d97..7ba4a14 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', '~> 4.3.8' 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..4db1ae5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,6 +138,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (4.2.0) newrelic_rpm (3.9.9.275) + nio4r (2.5.2) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) oauth2 (1.4.0) @@ -166,11 +167,11 @@ GEM pry-byebug (3.5.1) byebug (~> 9.1) pry (~> 0.10) - puma (2.11.3) - rack (>= 1.1, < 2.0) + puma (4.3.8) + nio4r (~> 2.0) 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 +310,7 @@ DEPENDENCIES omniauth-github (~> 1.1.2) pg (~> 0.18.2) pry-byebug (~> 3.1) - puma (~> 2.11.1) + puma (~> 4.3.8) quiet_assets (~> 1.1.0) rails (~> 4.2.7.1) redis (~> 3.2.0)