Monday, April 26, 2010

Uninstall ruby gems by version

# Find out the directory where the gem is installed
gem list -d

# run the following command
sudo gem uninstall --install-dir=

# Follow prompts.

No comments:

Post a Comment