Created
March 9, 2015 09:23
-
-
Save tomquas/e2db9e8870f762ad2fe6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
gem dependency | grep ^Gem | cut -d' ' -f2 | sed -e 's/\(.*\)-[0-9]\.[0-9.]*/\1/' | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample usage:
$ gemtld.sh > /tmp/gems && chruby x.y && cat /tmp/gems | xargs gem install --