From 4d2761751313a7fc4222034be3b108a2fe159f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 17:21:55 +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 284de03b..f1931067 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0.3' gem 'sprockets-rails' gem 'pg' -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.1' gem 'rugged', '1.9.0' gem 'unf' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index a6b354dd..b7dfe857 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.3) @@ -285,7 +285,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) ed25519 pg - puma (~> 6.0) + puma (~> 7.1) rails (~> 8.0.3) rails-controller-testing rbnacl (>= 3.2, < 8.0)