diff --git a/Gemfile b/Gemfile index 7d04ceba7a..d24240977f 100644 --- a/Gemfile +++ b/Gemfile @@ -153,7 +153,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 67103c79bc..6e295c63fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,7 +422,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -452,7 +452,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.1) + puma (8.0.1) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -764,7 +764,7 @@ DEPENDENCIES pdf-reader pg pgvector - puma (~> 7.2) + puma (~> 8.0) rack-cors rack-mini-profiler rails (~> 7.2.3)