I've looked all over SO; if I missed a dupe question I'm sorry
I'm trying to deploy a rails app using capistrano. It's giving me the error "Your Ruby version is 2.2.5, but your Gemfile specified 2.2.6"
Yes, this was true at one point, but I've since edited my gemfile to use 2.2.5, nowhere in the gemfile.lock is there a reference to 2.2.6, but it's still giving me the exact same error.
After update your gem file you must run
Of course, this ruby version should be install in your machine.