From fb221a9b76ec78dd170110674de7a9846541a3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:41:16 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.0.4 Bumps [puma](https://github.com/puma/puma) from 6.6.1 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.1...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 ca873987..2e279653 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0.0' gem 'sprockets-rails' gem 'pg' -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.0' gem 'rugged', '1.9.0' gem 'unf' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 0fd0d02a..004acbdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -282,7 +282,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) ed25519 pg - puma (~> 6.0) + puma (~> 7.0) rails (~> 8.0.0) rails-controller-testing rbnacl (>= 3.2, < 8.0)