updates ruby version in deploy.rb to 2.3.1

This commit is contained in:
Juanjo Bazán
2016-07-12 11:21:15 +02:00
parent 7ed6594793
commit f91385873a

View File

@@ -7,7 +7,7 @@ def deploysecret(key)
end end
set :rails_env, fetch(:stage) set :rails_env, fetch(:stage)
set :rvm_ruby_version, '2.2.3' set :rvm_ruby_version, '2.3.1'
set :rvm_type, :user set :rvm_type, :user
set :application, 'consul' set :application, 'consul'