From 06198eb0df183672d3396554a2bc89e7b5b53372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:31:31 +0000 Subject: [PATCH] chore(deps): bump puma from 5.6.9 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 5.6.9 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/v5.6.9...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 57151f19..bd6b3042 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '3.3.8' # default gems gem 'bootsnap', require: false gem 'pg', '~> 1.1' -gem 'puma', '~> 5.0' +gem 'puma', '~> 7.2' gem 'rails' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 48ad3918..f58754a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,7 @@ GEM date stringio public_suffix (7.0.5) - puma (5.6.9) + puma (7.2.1) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -426,7 +426,7 @@ DEPENDENCIES parity pg (~> 1.1) pry - puma (~> 5.0) + puma (~> 7.2) pundit rack-mini-profiler rails