From 8bbcd306071dad8258cf474ba43080b65e68c321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:10:44 +0000 Subject: [PATCH] Bump puma from 6.3.0 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.3.0 to 6.3.1. - [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.3.0...v6.3.1) --- 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 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)