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:
2
Gemfile
2
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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user