diff --git a/Gemfile b/Gemfile index 7844d56..cf3bd80 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'propshaft' # Use the Puma web server # [https://github.com/puma/puma] -gem 'puma', '~> 7.2' +gem 'puma', '~> 8.0' # Build JSON APIs with ease # [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 7addfc4..cff1d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM date stringio public_suffix (7.0.2) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.5) @@ -326,7 +326,7 @@ DEPENDENCIES debug minitest (~> 6.0) propshaft - puma (~> 7.2) + puma (~> 8.0) rails (~> 8.1.2) rake (~> 13.0) rubocop (~> 1.84)