From 94c9565cdb3da740e45fcd82e1f5ff6de2413a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:16:51 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.1...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 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 e434e7e5..1c243bc9 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pg', '~> 1.6' gem 'pg_query', '~> 6.1' gem 'pg_search', '~> 2.3' gem 'prosopite', '~> 1.4' # identify N+1 queries -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' gem 'rails', '>= 7.2', '~> 7.2' # , git: 'https://github.com/rails/rails.git' gem 'whenever', '~> 1.0', require: false # manage scheduled jobs gem 'fast_count', '~> 0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 783058d3..240fa831 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -392,7 +392,7 @@ DEPENDENCIES pgslice! prosopite (~> 1.4) pry (~> 0.15) - puma (~> 6.4) + puma (~> 7.2) rails (~> 7.2, >= 7.2) rails-erd (~> 1.7) rails-pg-extras (~> 5.6)