From 6a767ddc5f858aae0523b15244be37226403995f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:21:02 +0000 Subject: [PATCH] Bump puma from 7.1.0 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 7.1.0 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/v7.1.0...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 6ab7cde..6f2e43a 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'kaminari' gem 'friendly_id', '~> 5.6' # PUMA (for heroku) -gem 'puma', '~> 7.0' +gem 'puma', '~> 7.2' gem 'bootsnap', '~> 1.19' diff --git a/Gemfile.lock b/Gemfile.lock index 630795f..16139ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM psych (5.3.1) date stringio - puma (7.1.0) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.5) @@ -334,7 +334,7 @@ DEPENDENCIES kaminari listen pg - puma (~> 7.0) + puma (~> 7.2) rails (~> 8.1.0) rollbar (~> 3.7) scout_apm (~> 6.0)