update ruby to 2.1.1

This commit is contained in:
Alexander Machehin 2014-02-25 14:40:39 +06:00
parent c755ec6acb
commit 275ef32018
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ require 'capistrano/ext/multistage'
ssh_options[:forward_agent] = true
default_run_options[:pty] = true
set :rvm_ruby_string, 'ruby-2.1.0@rosa_build'
set :rvm_ruby_string, 'ruby-2.1.1@rosa_build'
set :application, "rosa_build"
set(:deploy_to) { "/srv/#{application}" }
set :user, "user"