Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hakagura/1710083 to your computer and use it in GitHub Desktop.
Save hakagura/1710083 to your computer and use it in GitHub Desktop.
layout title date comments categories
post
Uninstall all gems and rerun bundler.
2012-01-30 22:54
true

A step-by-step:

Step-1

gem list | cut -d" " -f1 | xargs gem uninstall -aIx

Step-2

rm rvm gemdir/specifications/*.gemspec

Step-3

gem update --system

Step-4

gem install bundler

Step-5

bundle install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment