diff --git a/Gemfile b/Gemfile index e304810532..aabfddc2e3 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ end group :development, :production, :test do # Puma will be our app server - gem 'puma', '~> 7.2' + gem 'puma', '~> 8.0' end group :production, :test, :ci do diff --git a/Gemfile.lock b/Gemfile.lock index f568c67501..c5e3b705ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -428,7 +428,7 @@ GEM prettyprint (0.2.0) prism (1.9.0) public_suffix (7.0.5) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -719,7 +719,7 @@ DEPENDENCIES pdf-reader pg pgvector - puma (~> 7.2) + puma (~> 8.0) rack-cors rack-mini-profiler rails (~> 8.0.0)