diff --git a/Gemfile b/Gemfile index 88614ba..1e7800a 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'bootsnap', require: false group :development, :test do # Use the Puma web server [https://github.com/puma/puma] - gem 'puma', '~> 6.4' + gem 'puma', '~> 6.5' # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index 72c7e12..dce33d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM psych (5.2.0) stringio public_suffix (5.0.4) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -336,7 +336,7 @@ DEPENDENCIES jbuilder pg (~> 1.5) propshaft - puma (~> 6.4) + puma (~> 6.5) rack-cors rails (~> 8.0.0) rubocop-minitest (~> 0.36.0)