Skip to content

Instantly share code, notes, and snippets.

@zetavg
Created February 14, 2015 07:12
Show Gist options
  • Save zetavg/0bcf81acffd64b11b720 to your computer and use it in GitHub Desktop.
Save zetavg/0bcf81acffd64b11b720 to your computer and use it in GitHub Desktop.
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