From e0fa4e43ab5f54f7ab07717e7c58ba0d8e1283b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:48:37 +0000 Subject: [PATCH] Bump capistrano from 3.18.1 to 3.19.1 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.18.1 to 3.19.1. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.18.1...v3.19.1) --- updated-dependencies: - dependency-name: capistrano dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ config/deploy.rb | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index ba861ade6..6288c36ba 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ group :test do end group :development do - gem "capistrano", "~> 3.18.1", require: false + gem "capistrano", "~> 3.19.1", require: false gem "capistrano-bundler", "~> 2.1.0", 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 f08425c71..d61b62f4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) - airbrussh (1.5.1) + airbrussh (1.5.2) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.3) base64 @@ -110,7 +110,7 @@ GEM json builder (3.3.0) cancancan (3.5.0) - capistrano (3.18.1) + capistrano (3.19.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -368,7 +368,7 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.1) + net-ssh (7.2.3) nio4r (2.7.3) nkf (0.2.0) nokogiri (1.16.6) @@ -626,8 +626,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sshkit (1.22.0) - mutex_m + sshkit (1.23.0) + base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) @@ -700,7 +700,7 @@ DEPENDENCIES autoprefixer-rails (~> 10.4.16) bing_translator (~> 6.2.0) cancancan (~> 3.5.0) - capistrano (~> 3.18.1) + capistrano (~> 3.19.1) capistrano-bundler (~> 2.1.0) capistrano-npm (~> 1.0.3) capistrano-rails (~> 1.6.3) diff --git a/config/deploy.rb b/config/deploy.rb index 541cf52c5..265dcd95a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ # config valid only for current version of Capistrano -lock "~> 3.18.1" +lock "~> 3.19.1" def deploysecret(key, default: "") @deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml", aliases: true)[fetch(:stage).to_s]