During the Heroku login in the terminal I get the message:
Heroku Toolbelt requires Ruby 1.9+
I'm using Vagrant, while in Vagrant I ran which ruby
command and got: /usr/bin/ruby
, and ruby -v
gives me:
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]
Running which ruby
command in bash gives me:
/usr/local/rbenv/shims/ruby
and ruby -v
gives me:
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin14.0]
So it seems like I have to update the Mac OSX version to 1.9+, but I'm not sure how. Also, I don't believe I have rvm installed. I'm new to all this and any help would be greatly appreciated. Thanks everyone.