From e133e74c392aae5fec96e2505dc2382e035b5fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:16:49 +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 4ce0ead..baf780e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.2.0', '>= 7.2.3.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.6.0' # Use Puma as the app server -gem 'puma', '~> 6.1', '>= 6.1.1' +gem 'puma', '~> 7.2' # Use SCSS for stylesheets gem 'sassc-rails', '~> 2.1', '>= 2.1.2' gem 'turbo-rails', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index c840d71..b214301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -471,7 +471,7 @@ DEPENDENCIES net-imap (>= 0.3.9) nokogiri (>= 1.18.9, < 1.19) pg (~> 1.4.5) - puma (~> 6.1, >= 6.1.1) + puma (~> 7.2) rack (>= 2.2.23) rails (~> 7.2.0, >= 7.2.3.1) rails-html-sanitizer (>= 1.4.4)