Last active
November 5, 2016 00:14
-
-
Save solebox/28a8a094a9fc49208db9cb35dd429221 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
bundle init && gem list --local |head -n -1 | awk '{print "gem \47"$1"\47, " "\47"$2"\47"}'|sed 's/[()]//g' >> Gemfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment