From e9f75640f2423b3f246f3fe4649ac8b8bf0338f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:58:19 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4. - [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.3.2...v5.6.4) --- 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 87e79a2c..87cf352b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pg', '~> 1.1' gem 'mysql2', '~>0.5.3' # Use Puma as the app server -gem 'puma', '~> 5.3.2' +gem 'puma', '~> 5.6.4' gem 'redis' gem 'hiredis' diff --git a/Gemfile.lock b/Gemfile.lock index 7eb7d0af..a66343b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM yard (~> 0.9.11) pry-rails (0.3.9) pry (>= 0.10.4) - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) @@ -390,7 +390,7 @@ DEPENDENCIES pry (= 0.14.1) pry-doc (= 1.2.0) pry-rails (= 0.3.9) - puma (~> 5.3.2) + puma (~> 5.6.4) pundit rack-cors rails (~> 6.1.3)