diff --git a/Gemfile b/Gemfile index 2cf3e4b986..840513ac69 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ else end # Use Puma as the app server -gem "puma", "~> 8.0.1" +gem "puma", "~> 8.0.2" # 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 ee7f5d8b1a..bd4c99a7e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM date stringio public_suffix (7.0.5) - puma (8.0.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -341,7 +341,7 @@ DEPENDENCIES minitest (~> 5.0) mocha primer_view_components! - puma (~> 8.0.1) + puma (~> 8.0.2) rack-cors railties (= 8.0.2) rake (~> 13.3)