Showing posts with label Gems. Show all posts
Showing posts with label Gems. Show all posts

Tuesday, December 27, 2011

Re-install gem in Ruby

Good way to avoid using install and uninstall commands to re-install the game you can use.
gem pristine <gem name here>
You can also use --all flag to rollback all gems.