From e470d8062b749f284ac1c5277d4d58d7f61812b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:14:36 +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 2e8def0b..bc765140 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jwt', '~> 2.10' gem 'kaminari', '~> 1.2' gem 'ostruct', '~> 0.6' gem 'parallel', '~> 1.27' -gem 'puma', '~> 6.6' +gem 'puma', '~> 7.2' gem 'pundit', '~> 2.5' gem 'rack-contrib', '~> 2.5' gem 'rack-cors', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 96069b78..3e2c1d2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM date stringio public_suffix (7.0.5) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -480,7 +480,7 @@ DEPENDENCIES pg (~> 1.5) pg_search (~> 2.3) pry (~> 0.15) - puma (~> 6.6) + puma (~> 7.2) pundit (~> 2.5) rack (~> 2.2.23) rack-contrib (~> 2.5)