Update ruby version to 2.3.1

This commit is contained in:
yafeilee 2016-07-29 01:11:29 +08:00
parent 9c3902f9ba
commit b27c3d4a14
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
*.old
*.bak
.byebug_history
.ruby-version

View File

@ -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