Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Last active December 20, 2015 01:28
Show Gist options
  • Save benjamincharity/6048783 to your computer and use it in GitHub Desktop.
Save benjamincharity/6048783 to your computer and use it in GitHub Desktop.
Create, use and trust a .rvmrc file.
# Create and use an rvm gemset
rvm --rvmrc --create ruby-1.9.3@myProject
# Set the rvm as trusted
rvm rvmrc trust .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment