Merge pull request #4928 from consul/dependabot/bundler/master/capistrano-3.17.1

Bump capistrano from 3.16.0 to 3.17.1
This commit is contained in:
Javi Martín
2022-08-25 18:45:30 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ group :test do
end end
group :development do 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-bundler", "~> 2.1.0", require: false
gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano-rails", "~> 1.6.2", require: false
gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-delayed-job", "~> 1.7.6"

View File

@@ -71,7 +71,7 @@ GEM
airbrake-ruby (~> 5.1) airbrake-ruby (~> 5.1)
airbrake-ruby (5.2.1) airbrake-ruby (5.2.1)
rbtree3 (~> 0.5) rbtree3 (~> 0.5)
airbrussh (1.4.0) airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.1) akami (1.3.1)
gyoku (>= 0.4.0) gyoku (>= 0.4.0)
@@ -103,7 +103,7 @@ GEM
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
byebug (11.1.3) byebug (11.1.3)
cancancan (3.3.0) cancancan (3.3.0)
capistrano (3.16.0) capistrano (3.17.1)
airbrussh (>= 1.0.0) airbrussh (>= 1.0.0)
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
@@ -712,7 +712,7 @@ DEPENDENCIES
bullet (~> 6.1.4) bullet (~> 6.1.4)
byebug (~> 11.1.3) byebug (~> 11.1.3)
cancancan (~> 3.3.0) cancancan (~> 3.3.0)
capistrano (~> 3.16.0) capistrano (~> 3.17.1)
capistrano-bundler (~> 2.1.0) capistrano-bundler (~> 2.1.0)
capistrano-rails (~> 1.6.2) capistrano-rails (~> 1.6.2)
capistrano3-delayed-job (~> 1.7.6) capistrano3-delayed-job (~> 1.7.6)

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano # config valid only for current version of Capistrano
lock "~> 3.16.0" lock "~> 3.17.1"
def deploysecret(key) def deploysecret(key)
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s] @deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]