I've been trying to uninstall rails because it was on 4.1.0.rc1 and I wanted 4.0.0, so I ran
gem uninstall rails -v 4.1.0.rc1
And it said it was uninstalled successfully but typing
rails -v
still gives me 4.1.0.rc1
I tried running
gem cleanup
but it still is giving me the wrong version, I've quit the terminal and opened it back up and everything and am still getting the wrong version.
I just want to make sure that I am using the right version and everything is running smoothly. I've only been recently getting into ruby and learning how to install things in the terminal (I'm a recent mac convert) so all this stuff kind of wigs me out.