From d2c02d6f2f52a6c4e570e7cefd0fe0232ef733ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:14:59 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 6.6.0 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.0...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 c790a535..80ea5828 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "bootstrap-sass", "3.4.1" # Use sqlite3 as the database for Active Record # gem 'sqlite3' # Use Puma as the app server -gem "puma", "~> 6.5" +gem "puma", "~> 7.2" # Use SCSS for stylesheets gem "sass-rails", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index e7b7110c..f4346777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM newrelic_rpm (9.5.0) next_rails (1.3.0) colorize (>= 0.8.1) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) nokogiri (1.18.8-x86_64-darwin) @@ -274,7 +274,7 @@ GEM date stringio public_suffix (5.0.3) - puma (6.6.0) + puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -502,7 +502,7 @@ DEPENDENCIES next_rails ombu_labs-auth pg - puma (~> 6.5) + puma (~> 7.2) pundit (~> 2.2) rack-mini-profiler rails (~> 7.1.0)