diff --git a/Gemfile b/Gemfile index d65d0e4c..3d5ca221 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'lograge', '~> 0.14' gem 'newrelic_rpm', '~> 9.21' gem 'pagy', '~> 9.4' gem 'pg', '~> 1.6' -gem 'puma', '~> 6.6' +gem 'puma', '~> 7.0' gem 'pundit', '~> 2.5' gem 'rack-cors', '~> 3.0' gem 'rswag-api', '~> 2.16.0' diff --git a/Gemfile.lock b/Gemfile.lock index b4edcc72..36f6e6e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -421,7 +421,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.6.0) + puma (7.0.4) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -691,7 +691,7 @@ DEPENDENCIES prosopite (~> 2.1.2) pry-byebug (~> 3.11) pry-rails (~> 0.3.11) - puma (~> 6.6) + puma (~> 7.0) pundit (~> 2.5) rack-cors (~> 3.0) rails (~> 8.0.3)