diff options
| author | mo k <mo@mokhan.ca> | 2013-02-23 07:15:49 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2013-02-23 07:15:49 -0700 |
| commit | dad29f8aec9a891a7bf559ed0e49aebe9805810b (patch) | |
| tree | c6aae22cb0e846cfe4128f914dd72f1cd5dae159 /config/deploy.rb | |
| parent | c23998ee28e219617a8dfb131a895097592921fd (diff) | |
upgrade ruby to ruby 1.9.3-p392
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 13f57754..c4d59d02 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-p194@cakeside' +set :rvm_ruby_string, 'ruby-1.9.3-p392@cakeside' set :rvm_type, :system require 'bundler/capistrano' # loads RVM's capistrano plugin set :stages, %w(production staging) |
