diff --git a/Gemfile b/Gemfile index 16ddceb..6882a33 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.2' # Build JSON APIs with ease # [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 4737740..3366682 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM date stringio public_suffix (7.0.2) - puma (6.6.1) + puma (7.2.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.4) @@ -333,7 +333,7 @@ DEPENDENCIES debug minitest (~> 5.0) propshaft - puma (~> 6.0) + puma (~> 7.2) rails (~> 8.0.0) rake (~> 13.0) rubocop (~> 1.21)