diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-02 20:48:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-02 20:48:24 -0600 |
| commit | a680593efc4121098f4eb3edf8243de4d5c637ad (patch) | |
| tree | 36ecc0e9f267fbe018a4d130a352819309646b53 /config/deploy.rb | |
| parent | 0388d08e9f25c38d1899b6871808c708d3c1f9bb (diff) | |
upgrade to ruby 2.0.0
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index a39ebe59..ab2a2f41 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ #$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) require "rvm/capistrano" -set :rvm_ruby_string, 'ruby-1.9.3-p392@cakeside' +set :rvm_ruby_string, 'ruby-2.0.0-p195@cakeside' set :rvm_type, :system require 'bundler/capistrano' # loads RVM's capistrano plugin set :stages, %w(production staging) |
