From 84b0ca488dbc5ab365731f081f29540373b7fa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:50:48 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.5.1 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.5.1...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bf68a3e8..8e22e764 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "~> 2.7" # Server gem 'rails' -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' gem 'puma-heroku' # gem 'bootsnap', require: false gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index d914f35a..5c6c8717 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1472,7 +1472,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.5.1) + puma (5.6.2) nio4r (~> 2.0) puma-heroku (2.0.0) puma (>= 5.0, < 6.0) @@ -1693,7 +1693,7 @@ DEPENDENCIES paypal_client pg (~> 1.2) pry - puma (~> 5.5) + puma (~> 5.6) puma-heroku rack-mini-profiler rails