From b69f163aae970566b9c2da0eedcbae85ccfb2d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:56:16 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.3 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.3. - [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.3) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.3 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 9c16b94..9a6c2cf 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,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.3" 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 48c91ec..e8e5b41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.0) + puma (7.0.3) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -357,7 +357,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) pg (= 1.5.9) propshaft (= 1.2.1) - puma (= 6.6.0) + puma (= 7.0.3) rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0)