From 52258067e068fdffc3f556aede61cc8b1733d291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:02:34 +0000 Subject: [PATCH] Bump capistrano3-puma from 6.2.0 to 7.0.0 Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 6.2.0 to 7.0.0. - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 16cd9943..74892baf 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ group :deployment do gem 'capistrano', '~> 3.19', require: false gem 'capistrano-rails', '~> 1.7', require: false gem 'capistrano-rvm', '0.1.2', require: false - gem 'capistrano3-puma', '~> 6.2.0', require: false + gem 'capistrano3-puma', '~> 7.0.0', require: false gem 'rbnacl', '>= 3.2', '< 8.0' gem 'rbnacl-libsodium' gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 99685d15..e860ea85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,10 +95,10 @@ GEM capistrano-rvm (0.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - capistrano3-puma (6.2.0) + capistrano3-puma (7.0.0) capistrano (~> 3.7) capistrano-bundler - puma (>= 5.1, < 7.0) + puma (>= 6.1, < 8.0) coffee-rails (5.0.0) coffee-script (>= 2.2.0) railties (>= 5.2.0) @@ -278,7 +278,7 @@ DEPENDENCIES capistrano (~> 3.19) capistrano-rails (~> 1.7) capistrano-rvm (= 0.1.2) - capistrano3-puma (~> 6.2.0) + capistrano3-puma (~> 7.0.0) coffee-rails (~> 5.0.0) ed25519 pg