From aa817f9ca9deba8ff131f0ce6c8d9a5019e9f38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:25:50 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.1.0 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 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..6a0c0cf 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.1.0" 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..c10b42a 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.1.0) 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.1.0) rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0)