I just updated ruby, and running ruby -v
in terminal shows: ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin18]
However, when trying to run rails console
, I get the error:
Rails 6 requires Ruby 2.5.0 or newer.
You're running
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
Please upgrade to Ruby 2.5.0 or newer to continue.
Which is the version I just (allegedly) updated from. Any help is greatly appreciated.