From 4b3778412086707efe09fd352023cbdd220f5f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:55:40 +0000 Subject: [PATCH] Bump puma from 6.5.0 to 6.6.0 Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0. - [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.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b2e61281e4c..abf02c5ff19 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'timeliness' gem 'rails', '~> 8.0.1' -gem 'puma', '~> 6.5' +gem 'puma', '~> 6.6' gem 'pg', '~> 1.5.9' gem 'blazer' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index ccbec49113f..07a7258b025 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -530,7 +530,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (2.2.10) @@ -912,7 +912,7 @@ DEPENDENCIES pry pry-byebug pry-rails - puma (~> 6.5) + puma (~> 6.6) rack-attack rack-mini-profiler rails (~> 8.0.1)