Update ruby version to 2.3.1
This commit is contained in:
parent
9c3902f9ba
commit
b27c3d4a14
|
@ -16,3 +16,4 @@
|
|||
*.old
|
||||
*.bak
|
||||
.byebug_history
|
||||
.ruby-version
|
||||
|
|
|
@ -14,9 +14,6 @@ require 'mina/logs'
|
|||
# They will be linked in the 'deploy:link_shared_paths' step.
|
||||
set :shared_paths, ['config/database.yml', 'config/application.yml', 'log', 'tmp', 'public/uploads', 'public/personal' ]
|
||||
|
||||
# rvm path
|
||||
set :rvm_path, '/usr/local/rvm/scripts/rvm'
|
||||
|
||||
task :environment do
|
||||
invoke :'rvm:use[2.2.3]'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue