Merge pull request #4106 from consul/dependabot/bundler/capistrano-3.14.1

Bump capistrano from 3.10.1 to 3.14.1
This commit is contained in:
Javi Martín
2020-09-27 15:00:00 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ group :test do
end
group :development do
gem "capistrano", "~> 3.10.1", require: false
gem "capistrano", "~> 3.14.1", require: false
gem "capistrano-bundler", "~> 1.2", require: false
gem "capistrano-rails", "~> 1.6.1", require: false
gem "capistrano3-delayed-job", "~> 1.7.6"

View File

@@ -100,7 +100,7 @@ GEM
uniform_notifier (~> 1.11)
byebug (11.1.1)
cancancan (2.3.0)
capistrano (3.10.1)
capistrano (3.14.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -639,7 +639,7 @@ DEPENDENCIES
bullet (~> 5.9.0)
byebug (~> 11.1.1)
cancancan (~> 2.3.0)
capistrano (~> 3.10.1)
capistrano (~> 3.14.1)
capistrano-bundler (~> 1.2)
capistrano-rails (~> 1.6.1)
capistrano3-delayed-job (~> 1.7.6)

View File

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