From 5d4fead7a69a11c0529d7a8d41bddb2cf0cb1802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:16:04 +0000 Subject: [PATCH] Bump capistrano from 3.19.2 to 3.20.0 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.19.2 to 3.20.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.19.2...v3.20.0) --- updated-dependencies: - dependency-name: capistrano dependency-version: 3.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b6e5c97..9d0abdf 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ end group :development do # Capistrano for deployment (per https://capistranorb.com/documentation/getting-started/installation/) - gem "capistrano", "~> 3.19.2", require: false + gem "capistrano", "~> 3.20.0", require: false gem "capistrano-cul", require: false # common set of tasks shared across cul apps gem "capistrano-rails", "~> 1.4", require: false # for compiling rails assets gem "capistrano-passenger", "~> 0.1", require: false # allows restart passenger workers diff --git a/Gemfile.lock b/Gemfile.lock index e677069..afd2f2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - airbrussh (1.5.3) + airbrussh (1.6.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.3) base64 (0.3.0) @@ -96,7 +96,7 @@ GEM brakeman (7.1.1) racc builder (3.3.0) - capistrano (3.19.2) + capistrano (3.20.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -386,7 +386,7 @@ GEM sqlite3 (2.8.1-x86_64-darwin) sqlite3 (2.8.1-x86_64-linux-gnu) sqlite3 (2.8.1-x86_64-linux-musl) - sshkit (1.24.0) + sshkit (1.25.0) base64 logger net-scp (>= 1.1.2) @@ -431,7 +431,7 @@ PLATFORMS DEPENDENCIES bootsnap brakeman - capistrano (~> 3.19.2) + capistrano (~> 3.20.0) capistrano-cul capistrano-passenger (~> 0.1) capistrano-rails (~> 1.4)