Created
May 8, 2016 13:59
-
-
Save TheDauthi/0509f73650c0892a348db541c01e1525 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
# Installs Bundler (or whatever gem you want) for each version of ruby you have installed. | |
for i in $(rbenv versions --bare ); do rbenv shell $i; gem install bundler; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment