Created
February 14, 2015 07:12
-
-
Save zetavg/0bcf81acffd64b11b720 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
rm -rf ~/.bundle/ ~/.gem/bundler/ ~/.gems/cache/bundler/ | |
rm -rf $GEM_HOME/bundler/ $GEM_HOME/cache/bundler/ | |
rm -rf .bundle/ | |
rm -rf vendor/cache/ | |
rvm gemset use global | |
gem uninstall rubygems-bundler open_gem | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment