From 4104a2713d81ea91fa76dd689297c6129a6ff491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:24:21 +0000 Subject: [PATCH] Bump capistrano-rails from 1.6.3 to 1.7.0 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: capistrano-rails dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 525b1d91..16cd9943 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ end group :deployment do gem 'capistrano', '~> 3.19', require: false - gem 'capistrano-rails', '~> 1.6', 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 'rbnacl', '>= 3.2', '< 8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 34e52f37..0675c6aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,9 +87,9 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) - capistrano-rails (1.6.3) + capistrano-rails (1.7.0) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-rvm (0.1.2) @@ -276,7 +276,7 @@ DEPENDENCIES actionpack-page_caching (= 1.2.4) bcrypt_pbkdf (>= 1.0, < 2.0) capistrano (~> 3.19) - capistrano-rails (~> 1.6) + capistrano-rails (~> 1.7) capistrano-rvm (= 0.1.2) capistrano3-puma (~> 6.2.0) coffee-rails (~> 5.0.0)