rbenv not showing the correct ruby version
Public, Ruby General
harrylevine
Created: Jun 19, 2015 Updated: Jun 19, 2015
If you don't see the version of ruby in the list you need when you run rbenv install --list
run:
$ brew update && brew reinstall --HEAD ruby-build
then install the ruby version, i.e. rbenv install 2.2.1