diff --git a/Gemfile b/Gemfile index d3f3895..9cf20c8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "propshaft", "~> 1.0" gem "pg" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 7.0" +gem "puma", "~> 8.0" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails", "~> 2.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index a5973ff..01b14b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -505,7 +505,7 @@ DEPENDENCIES pagy (~> 43) pg propshaft (~> 1.0) - puma (~> 7.0) + puma (~> 8.0) pundit rack-attack rails (~> 8.1)