views:

27

answers:

2

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?

A: 

See zengr's post for answer to my question...

Matt H.
+1  A: 

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.

Arsen7