From 9d1ec121fe2c6da01117dc958074ee880a3b3147 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 05:46:07 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 5.2.2 Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.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.1.1...v5.2.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0c14f558..8b528ff9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "~> 2.6" # Server gem 'rails' -gem 'puma', '~> 5.1' +gem 'puma', '~> 5.2' gem 'puma-heroku' # gem 'bootsnap', require: false gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index ac6eacd8..11301caa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1257,7 +1257,7 @@ GEM nenv (0.3.0) nested_form (0.3.2) newrelic_rpm (6.15.0) - nio4r (2.5.4) + nio4r (2.5.5) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -1302,7 +1302,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.2.2) nio4r (~> 2.0) puma-heroku (2.0.0) puma (>= 5.0, < 6.0) @@ -1583,7 +1583,7 @@ DEPENDENCIES paypal_client pg (~> 1.2) pry - puma (~> 5.1) + puma (~> 5.2) puma-heroku rack-mini-profiler rails