I have global gems and various gemsets. I want to remove all gems of a gemset. Is there a way do to this, besides uninstalling the gemset?
|
feedback
|
|
Switch to the gemset, then "empty" it
Update: Added gemset-name to the remove command as noted in comments by Rafa | |||||||
feedback
|
|
Isn't removing all the gems out of a gemset essentially the same operation as deleting a gemset and then adding it back? Why not just do this:
| |||||||||
feedback
|
|
This command removes all the ruby gems installed locally in 1-step Works well in Ubuntu 10.10
PS - removes all local gems. Use sudo accordingly. | ||||
|
feedback
|
|
I agree with Dave Paroulek, this is the best approach
| |||
|
feedback
|