Skip to content

Instantly share code, notes, and snippets.

@takuma-saito
Created November 13, 2015 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuma-saito/cb3439b2bf1a34a80fff to your computer and use it in GitHub Desktop.
Save takuma-saito/cb3439b2bf1a34a80fff to your computer and use it in GitHub Desktop.
gem-installer
# client
gem lists > gem-lists.txt
# server
gem install -v $(cat gem-lists.txt | cut -d' ' -f1 | tr '\n' ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment