From d5e2911a1ad239f3125b88657fd0ddc4c4a9a515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:16:13 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f43d508..1ea1ff9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '~> 7.1.3' -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' gem 'sprockets-rails' gem 'importmap-rails' gem 'turbo-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2e60ad6..9bdf3b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.9-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.9-aarch64-linux-musl) @@ -227,7 +227,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.0) @@ -353,7 +353,7 @@ DEPENDENCIES omniauth-hack_club omniauth-rails_csrf_protection pg (~> 1.5) - puma (~> 6.4) + puma (~> 7.2) rack-attack rack-timeout rails (~> 7.1.3)