Skip to content

Instantly share code, notes, and snippets.

@bartolsthoorn
Last active December 14, 2015 01:19
Show Gist options
  • Save bartolsthoorn/5005030 to your computer and use it in GitHub Desktop.
Save bartolsthoorn/5005030 to your computer and use it in GitHub Desktop.
rvm-capistrano settings
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