diff --git a/Gemfile b/Gemfile index b80621bf9de..e77bffe7c09 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '>= 3.2.0', '< 3.5.0' gem 'propshaft' -gem 'puma', '~> 6.3' +gem 'puma', '~> 7.0' gem 'rails', '~> 8.0' gem 'thor', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 93ed9eb6016..2d308a63862 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -643,7 +643,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.0.0) nio4r (~> 2.0) pundit (2.5.0) activesupport (>= 3.0.0) @@ -1055,7 +1055,7 @@ DEPENDENCIES prometheus_exporter (~> 2.2) propshaft public_suffix (~> 6.0) - puma (~> 6.3) + puma (~> 7.0) pundit (~> 2.3) rack-attack (~> 6.6) rack-cors