| layout | post |
|---|---|
| title | Uninstall all gems and rerun bundler. |
| date | 2012-01-30 22:54 |
| comments | true |
| categories |
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