| 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