Yes, my Gemfile does specify 2.3.8, and I want to use 2.3.8. I keep getting this annoying error message whenever I start up my VirtualBox machine. I want to get rid of it permanently.
My question is not a duplicate of this question because I do what that answer says, but it still reverts to the incorrect version. I want to find a fix that permanently sets my Ruby version to the one I want. Otherwise I am opening up a new terminal session and having to install
and then use
the correct version.
What is confusing is when I rvm uninstall 2.5.1
, it says ruby-2.5.1 - #already gone
. When I run ruby -v
, I get: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
. This is contradicting. I've uninstalled but my Ruby version is still 2.5.1?
I've also ran gem install bundler
.