Skip to content

Instantly share code, notes, and snippets.

@yuuki
Created May 9, 2016 08:21
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 yuuki/78577b6f2ed80ccebeb6cee9d2b31b82 to your computer and use it in GitHub Desktop.
Save yuuki/78577b6f2ed80ccebeb6cee9d2b31b82 to your computer and use it in GitHub Desktop.
#!/bin/bash
for v in $(rbenv versions --bare); do
rbenv uninstall -f $v
rbenv install $v
rbenv global $v
rbenv exec gem install capistrano --no-ri --no-rdoc --version "=2.15.5"
rbenv exec gem install git-browse-remote --no-ri --no-rdoc
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment