Skip to content

Instantly share code, notes, and snippets.

@mattknox
Created March 24, 2011 00:29
Show Gist options
  • Save mattknox/884341 to your computer and use it in GitHub Desktop.
Save mattknox/884341 to your computer and use it in GitHub Desktop.
ls .rvm/gems/ree-1.8.7-2010.02/gems/ | perl -ne 's/(.*)-[.\d]+/$1/; print' | sort | uniq >~/gems
...change to a different ruby...
cat ~/gems | xargs gem install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment