Reputation: 10796
I just ran
$gem upgrade rails
It seemed to go smoothly (updated 23 gems, no errors, etc...)
when i run
$rails -v
It tells me I have 2.3.5. What gives?
Upvotes: 0
Views: 56
Reputation: 12830
As a comment - instead of "restarting the terminal" you may issue a "hash -r" command in such cases. It causes your shell to "forget" all the cached paths.
Upvotes: 1