diff --git a/Gemfile b/Gemfile index 45430ad..ae6748a 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'propshaft' # Use the Puma web server # [https://github.com/puma/puma] -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.0' # Build JSON APIs with ease # [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 7972085..5971fd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.0) @@ -313,7 +313,7 @@ DEPENDENCIES debug minitest (~> 5.0) propshaft - puma (~> 6.0) + puma (~> 7.0) rails (~> 8.0.0) rake (~> 13.0) rubocop (~> 1.21)