Suppose you want to uninstall a specific version of a gem. Let’s say we want to get rid of rake v10.1.1:
gem uninstall rake -v 10.1.1 |
Suppose you want to uninstall a specific version of a gem. Let’s say we want to get rid of rake v10.1.1:
gem uninstall rake -v 10.1.1 |