From 9156c68226d30cdbd705f703e325733680e0e244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:29:22 +0000 Subject: [PATCH] Bump puma from 5.6.6 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 5.6.6 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.6...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 | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fc4a615..e91d6b8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 7.0.3', '>= 7.0.3.1' gem 'sprockets-rails' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 5.0' +gem 'puma', '~> 7.2' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem 'importmap-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 8042021..8ecd241 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,6 +112,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.9) minitest (5.19.0) msgpack (1.7.2) multi_xml (0.6.0) @@ -124,7 +125,10 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.5) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) nokogiri (1.15.3-x86_64-darwin) @@ -152,7 +156,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - puma (5.6.6) + puma (7.2.1) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -227,6 +231,7 @@ GEM PLATFORMS arm64-darwin-21 x86_64-darwin-21 + x86_64-linux DEPENDENCIES bootsnap @@ -237,7 +242,7 @@ DEPENDENCIES omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0) pry - puma (~> 5.0) + puma (~> 7.2) rails (~> 7.0.3, >= 7.0.3.1) repost sprockets-rails