Last active
December 14, 2015 01:19
-
-
Save bartolsthoorn/5005030 to your computer and use it in GitHub Desktop.
rvm-capistrano settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rvm/capistrano' | |
set :rvm_bin_path, '/usr/local/rvm/bin' | |
set :rvm_path, '/usr/local/rvm' | |
set :rvm_ruby_string, '1.9.3-p385' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment