Skip to content

Instantly share code, notes, and snippets.

@ricardodantas
Created July 13, 2013 00:02
Show Gist options
  • Save ricardodantas/5988745 to your computer and use it in GitHub Desktop.
Save ricardodantas/5988745 to your computer and use it in GitHub Desktop.
Import system's gems into rvm gems
rvm use system;rvm gemset export system.gems;rvm use 1.9.3;rvm gemset import system.gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment