updates capistrano

This commit is contained in:
Juanjo Bazán
2017-05-01 12:20:52 +02:00
parent d8716cc72d
commit 29e5cff13f
3 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ group :development, :test do
gem 'quiet_assets'
gem 'letter_opener_web', '~> 1.3.1'
gem 'i18n-tasks', '~> 0.9.13'
gem 'capistrano', '~> 3.8.0', require: false
gem 'capistrano', '~> 3.8.1', require: false
gem 'capistrano-bundler', '~> 1.2', require: false
gem "capistrano-rails", '~> 1.2.3', require: false
gem 'rvm1-capistrano3', require: false

View File

@@ -51,7 +51,7 @@ GEM
safely_block (>= 0.1.1)
user_agent_parser
uuidtools
airbrussh (1.1.2)
airbrussh (1.2.0)
sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.1)
gyoku (>= 0.4.0)
@@ -72,7 +72,7 @@ GEM
uniform_notifier (~> 1.10.0)
byebug (9.0.6)
cancancan (1.16.0)
capistrano (3.8.0)
capistrano (3.8.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -413,7 +413,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.12.0)
sshkit (1.13.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
term-ansicolor (1.6.0)
@@ -476,7 +476,7 @@ DEPENDENCIES
bullet (~> 5.5.1)
byebug
cancancan (~> 1.16.0)
capistrano (~> 3.8.0)
capistrano (~> 3.8.1)
capistrano-bundler (~> 1.2)
capistrano-rails (~> 1.2.3)
capistrano3-delayed-job (~> 1.7.3)

View File

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