Skip to content

Instantly share code, notes, and snippets.

@technogoat
Created December 28, 2011 15:18
Show Gist options
  • Save technogoat/1528303 to your computer and use it in GitHub Desktop.
Save technogoat/1528303 to your computer and use it in GitHub Desktop.
for x in $(rvm list strings); do rvm use $x@global && gem install <RAD DEVELOPMENT GEM NAME>; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment