Rbenv not using the correct version
问题 In my rails project, when I try to run bundle install , I get the following error: Your Ruby version is 2.3.7, but your Gemfile specified 2.5.3 However, when I run ruby --version I get: ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18] ...and running rbenv version gives me: 2.5.3 (set by /Users/jamesmulholland/proj/repo-name/.ruby-version) What is cauing this the wrong version of Ruby to be used here, and how do I fix it? Other Context and Failed Fixes Running rbenv versions gives: