Skip to content

Instantly share code, notes, and snippets.

@TheDauthi
Created May 8, 2016 13:59
Show Gist options
  • Save TheDauthi/0509f73650c0892a348db541c01e1525 to your computer and use it in GitHub Desktop.
Save TheDauthi/0509f73650c0892a348db541c01e1525 to your computer and use it in GitHub Desktop.
# 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