From f4ea8137e5056a5a7e372997bbd4346afcb2bf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:06:03 +0000 Subject: [PATCH] Bump capistrano from 3.19.1 to 3.19.2 Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.19.1...v3.19.2) --- updated-dependencies: - dependency-name: capistrano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e192c8e1f..13c3e4767 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do end group :development do - gem "capistrano", "~> 3.19.1", require: false + gem "capistrano", "~> 3.19.2", require: false gem "capistrano-bundler", "~> 2.1.1", require: false gem "capistrano-npm", "~> 1.0.3", require: false gem "capistrano-rails", "~> 1.6.3", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d84279fd0..a2fca23ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM json builder (3.3.0) cancancan (3.6.1) - capistrano (3.19.1) + capistrano (3.19.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -379,7 +379,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-scp (4.0.0) + net-scp (4.1.0) net-ssh (>= 2.6.5, < 8.0.0) net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) @@ -429,7 +429,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) paranoia (3.0.0) activerecord (>= 6, < 8.1) @@ -647,8 +647,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.1) + sshkit (1.24.0) base64 + logger net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) @@ -721,7 +722,7 @@ DEPENDENCIES autoprefixer-rails (~> 10.4.19) bing_translator (~> 6.2.0) cancancan (~> 3.6.1) - capistrano (~> 3.19.1) + capistrano (~> 3.19.2) capistrano-bundler (~> 2.1.1) capistrano-npm (~> 1.0.3) capistrano-rails (~> 1.6.3)