From c8f9592b606b558b7ec7cf6a6684f4c920f91d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 25 Aug 2022 18:01:50 +0200 Subject: [PATCH] Bump capistrano from 3.16.0 to 3.17.1 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.16.0 to 3.17.1. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.16.0...v3.17.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 | 6 +++--- config/deploy.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 200be6349..a16135376 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :test do end group :development do - gem "capistrano", "~> 3.16.0", require: false + gem "capistrano", "~> 3.17.1", require: false gem "capistrano-bundler", "~> 2.1.0", require: false gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano3-delayed-job", "~> 1.7.6" diff --git a/Gemfile.lock b/Gemfile.lock index 75d1f24c8..c65b55f65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM airbrake-ruby (~> 5.1) airbrake-ruby (5.2.1) rbtree3 (~> 0.5) - airbrussh (1.4.0) + airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.1) gyoku (>= 0.4.0) @@ -103,7 +103,7 @@ GEM uniform_notifier (~> 1.11) byebug (11.1.3) cancancan (3.3.0) - capistrano (3.16.0) + capistrano (3.17.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -712,7 +712,7 @@ DEPENDENCIES bullet (~> 6.1.4) byebug (~> 11.1.3) cancancan (~> 3.3.0) - capistrano (~> 3.16.0) + capistrano (~> 3.17.1) capistrano-bundler (~> 2.1.0) capistrano-rails (~> 1.6.2) capistrano3-delayed-job (~> 1.7.6) diff --git a/config/deploy.rb b/config/deploy.rb index 4e1d3a515..ebbe03a3f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ # config valid only for current version of Capistrano -lock "~> 3.16.0" +lock "~> 3.17.1" def deploysecret(key) @deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]