Skip to content

Instantly share code, notes, and snippets.

@nacengineer
Created March 31, 2012 20:48
Show Gist options
  • Save nacengineer/2268341 to your computer and use it in GitHub Desktop.
Save nacengineer/2268341 to your computer and use it in GitHub Desktop.
RVM requires for Capistrano
set :rvm_ruby_string, '<interpreter>@<gemset>'
# Load RVM's capistrano plugin.
require "rvm/capistrano"
set :rvm_path, "$HOME/.rvm"
@nacengineer
Copy link
Author

Made changes needed for the rvm-capistrano gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment