From 5c7f7735b5f1a3122df6d557c1838d83b5219a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:09:38 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.4 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.0...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fac39d7..782c134 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "importmap-rails", "2.1.0" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" gem "jbuilder", "2.13.0" -gem "puma", "6.6.0" +gem "puma", "7.0.4" gem "bootsnap", "1.18.6", require: false gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ] gem "kamal", "2.7.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6f94a92..e8d0d83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.0) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -397,7 +397,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) pg (= 1.5.9) propshaft (= 1.2.1) - puma (= 6.6.0) + puma (= 7.0.4) rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0)