Bump capistrano from 3.10.1 to 3.14.1
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.10.1 to 3.14.1. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.10.1...v3.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-Authored-By: Javi Martín <javim@elretirao.net>
This commit is contained in:
committed by
Javi Martín
parent
0e03ca63c3
commit
f22dc29ad1
2
Gemfile
2
Gemfile
@@ -93,7 +93,7 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
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-bundler", "~> 1.2", require: false
|
||||||
gem "capistrano-rails", "~> 1.6.1", require: false
|
gem "capistrano-rails", "~> 1.6.1", require: false
|
||||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ GEM
|
|||||||
uniform_notifier (~> 1.11)
|
uniform_notifier (~> 1.11)
|
||||||
byebug (11.1.1)
|
byebug (11.1.1)
|
||||||
cancancan (2.3.0)
|
cancancan (2.3.0)
|
||||||
capistrano (3.10.1)
|
capistrano (3.14.1)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -639,7 +639,7 @@ DEPENDENCIES
|
|||||||
bullet (~> 5.9.0)
|
bullet (~> 5.9.0)
|
||||||
byebug (~> 11.1.1)
|
byebug (~> 11.1.1)
|
||||||
cancancan (~> 2.3.0)
|
cancancan (~> 2.3.0)
|
||||||
capistrano (~> 3.10.1)
|
capistrano (~> 3.14.1)
|
||||||
capistrano-bundler (~> 1.2)
|
capistrano-bundler (~> 1.2)
|
||||||
capistrano-rails (~> 1.6.1)
|
capistrano-rails (~> 1.6.1)
|
||||||
capistrano3-delayed-job (~> 1.7.6)
|
capistrano3-delayed-job (~> 1.7.6)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# config valid only for current version of Capistrano
|
# config valid only for current version of Capistrano
|
||||||
lock "~> 3.10.1"
|
lock "~> 3.14.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]
|
||||||
|
|||||||
Reference in New Issue
Block a user