Skip to content

Instantly share code, notes, and snippets.

@keepcosmos
Created March 6, 2015 02:49
Show Gist options
  • Save keepcosmos/d75bd50028385b71bda7 to your computer and use it in GitHub Desktop.
Save keepcosmos/d75bd50028385b71bda7 to your computer and use it in GitHub Desktop.
resolve bundler checkout error
# MOVE TO PROJECT PATH
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
# CHECK MESAGE LIKE THIS -> Using ruby-2.2.0 with gemset 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