diff --git a/Gemfile b/Gemfile index 5d9c95da65e..4a46ee14e25 100644 --- a/Gemfile +++ b/Gemfile @@ -173,7 +173,7 @@ gem 'rails-i18n', '~> 7.0.0' gem 'sprockets', '~> 3.7.2' # lock sprockets below 4.0 gem 'sprockets-rails', '~> 3.4.2' -gem 'puma', '~> 6.1' +gem 'puma', '~> 6.3' gem 'puma-plugin-statsd', '~> 2.0' gem 'rack-timeout', '~> 0.6.3', require: "rack/timeout/base" diff --git a/Gemfile.lock b/Gemfile.lock index fa1adc4ab28..88207e0ba7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -726,7 +726,7 @@ GEM eventmachine_httpserver http_parser.rb (~> 0.6.0) multi_json - puma (6.3.0) + puma (6.3.1) nio4r (~> 2.0) puma-plugin-statsd (2.4.0) puma (>= 5.0, < 7) @@ -1121,7 +1121,7 @@ DEPENDENCIES pry-rails (~> 0.3.6) pry-rescue (~> 1.5.2) puffing-billy (~> 3.1.0) - puma (~> 6.1) + puma (~> 6.3) puma-plugin-statsd (~> 2.0) rack-attack (~> 6.6.0) rack-cors (~> 2.0.0)