diff --git a/Gemfile b/Gemfile index 70b4f9b3bb..01d25bf151 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ else end # Use Puma as the app server -gem "puma", "~> 7.0.4" +gem "puma", "~> 7.1.0" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e6f3d53e73..2ea99181af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -334,7 +334,7 @@ DEPENDENCIES matrix (~> 0.4.3) mocha primer_view_components! - puma (~> 7.0.4) + puma (~> 7.1.0) rack-cors railties (= 8.0.2) rake (~> 13.3)