From a37ff6e4f010b48559dc43e3e53c1e3b8d1eac05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:18:51 -0300 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 (#905) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ac6bd8bb..9d204ab7 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'newrelic_rpm', '~> 9.13' gem 'oj', '~> 3.16' gem 'pagy', '~> 9.3' gem 'pg', '~> 1.5' -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' gem 'pundit', '~> 2.4' gem 'rack-cors', '~> 2.0' gem 'rswag-api', '~> 2.16.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5a0240dd..3a418d56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,7 +402,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -652,7 +652,7 @@ DEPENDENCIES prosopite (~> 1.4.2) pry-byebug (~> 3.9) pry-rails (~> 0.3.11) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 7.2.2)