From d46708b49096be141bb2a0c6de7979f6deed7370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:25:32 +0000 Subject: [PATCH] Bump puma from 6.4.1 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d48ae479bf8c..3e63553c2637 100644 --- a/Gemfile +++ b/Gemfile @@ -174,7 +174,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.3', '>= 6.3.1' +gem 'puma', '~> 6.4' 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 c6ef4e98afb0..59c84bb71869 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -789,7 +789,7 @@ GEM eventmachine_httpserver http_parser.rb (~> 0.6.0) multi_json - puma (6.4.1) + puma (6.4.2) nio4r (~> 2.0) puma-plugin-statsd (2.6.0) puma (>= 5.0, < 7) @@ -1208,7 +1208,7 @@ DEPENDENCIES pry-rails (~> 0.3.6) pry-rescue (~> 1.5.2) puffing-billy (~> 4.0.0) - puma (~> 6.3, >= 6.3.1) + puma (~> 6.4) puma-plugin-statsd (~> 2.0) rack-attack (~> 6.7.0) rack-cors (~> 2.0.0)