diff --git a/Gemfile b/Gemfile index bf68a3e8..8e22e764 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "~> 2.7" # Server gem 'rails' -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' gem 'puma-heroku' # gem 'bootsnap', require: false gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index d0fb6a0c..c0311004 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1475,7 +1475,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.5.1) + puma (5.6.2) nio4r (~> 2.0) puma-heroku (2.0.0) puma (>= 5.0, < 6.0) @@ -1696,7 +1696,7 @@ DEPENDENCIES paypal_client pg (~> 1.2) pry - puma (~> 5.5) + puma (~> 5.6) puma-heroku rack-mini-profiler rails