From 43c7c29637bbdae3db81b82153707bd5f5b46aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:52:50 +0000 Subject: [PATCH] Bump puma from 5.0.4 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.0.4 to 5.6.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/v5.0.4...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 02f5aee..f878883 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.6.3' gem 'bcrypt', '~> 3.1.13' gem 'bootsnap', '>= 1.4.2', require: false -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # API diff --git a/Gemfile.lock b/Gemfile.lock index 761255b..32fc10a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.1) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) parallel (1.19.1) @@ -186,7 +186,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) - puma (5.0.4) + puma (5.6.2) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -345,7 +345,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry-rails (~> 0.3.9) - puma (~> 5.0) + puma (~> 5.6) rack-cors (~> 1.1.1) rails (~> 6.0.2, >= 6.0.2.2) rails_best_practices