From df0dc24d76f0df09619d728940fab535cb40e568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:09:30 +0000 Subject: [PATCH] Bump puma from 6.4.2 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 6.4.2 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.4.2...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 90feb0d35..809a459af 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'concurrent-ruby', '1.3.4' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7. # Use mysql2 as the database for Active Record gem 'mysql2', '~> 0.5.6' # Use puma as the web host -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' # "Internal" EOL gems: gem 'eol_terms', git: 'https://github.com/EOL/eol_terms.git', branch: 'main' diff --git a/Gemfile.lock b/Gemfile.lock index b7cf3c71b..5706d0ed8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -335,7 +335,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (6.0.2) - puma (6.4.2) + puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -571,7 +571,7 @@ DEPENDENCIES net-http oj (~> 3.13) pry-rails - puma (~> 6.4) + puma (~> 7.2) pundit (~> 2.1) rack-cors rails (= 6.1.7.7)