updates capistrano to match the Gemfile

This commit is contained in:
kikito
2017-04-04 13:20:45 +02:00
parent 7fd3bc8d77
commit 1d456b0459

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock '3.5.0'
lock '3.8.0'
def deploysecret(key)
@deploy_secrets_yml ||= YAML.load_file('config/deploy-secrets.yml')[fetch(:stage).to_s]
@@ -55,4 +55,4 @@ task :install_bundler_gem do
on roles(:app) do
execute "rvm use #{fetch(:rvm1_ruby_version)}; gem install bundler"
end
end
end