From 36614727d18ec6d4b245e69ae759f48af7721896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:23:47 +0000 Subject: [PATCH] Bump puma from 5.6.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.6.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.6.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 6d03b19..d809ffd 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 7.0.2', '>= 7.0.2.2' gem 'sprockets-rails' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem 'jsbundling-rails' diff --git a/Gemfile.lock b/Gemfile.lock index d3188b1..f819d87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM parallel (1.21.0) parser (3.1.1.0) ast (~> 2.4.1) - puma (5.6.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -249,7 +249,7 @@ DEPENDENCIES jwt (~> 2.3) omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0) - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.2, >= 7.0.2.2) rubocop (~> 1.25) rubocop-rails (~> 2.13)