0

I'm told to update my rails project from ruby version 1.9.3 to 2.1.5 but I don't know how

2.1.5 is my ruby version

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"

enter image description here

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?

Community
  • 1
  • 1
MetaStack
  • 3,266
  • 4
  • 30
  • 67

1 Answers1

1

You're on Windows? Check out Ruby installer here: http://rubyinstaller.org/. Should be able to update Ruby that way.

t56k
  • 6,769
  • 9
  • 52
  • 115
  • yeah it did, I simply moved my rails installer version back to 1.9.3 instead of moving my project version up to ruby 2 – MetaStack Apr 17 '15 at 13:46