Reputation: 3696
I'm told to update my rails project from ruby version 1.9.3 to 2.1.5 but I don't know how
I updated my gem file to reflect 2.1.5, and then tried bundle install again, it seemed to work mostly...
Then I tried rake db:migrate and it couldn't handle it. so I don't think I "updated correctly"
I don't have RVM so I didn't know what to do with this answer.
Can someone please help me update my code or point me in the right direction?
Upvotes: 0
Views: 547
Reputation: 6981
You're on Windows? Check out Ruby installer here: http://rubyinstaller.org/. Should be able to update Ruby that way.
Upvotes: 1