How to uninstall a specific version of Rails from your development machine
This minipost will guide you through all the required steps to successfully uninstall a specific version of Rails from your development system. Trying only to uninstall gem rails
is not sufficient, you also need to uninstall gem railties
.