I\'m using Rails 4.2 and wanted to update my Ruby version as well with rbenv.
I used Homebrew to install ruby-build and no matter how many times I try to update via
The recommended installation from (https://github.com/sstephenson/ruby-build) states that you should install ruby-build as an rbenv plug-in.
brew uninstall ruby-build
)git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
Now, when I run rbenv install --list
, I see Ruby 2.1.3. A quick installation of: rbenv install 2.1.3
and I am now free to use 2.1.3 where I like. This also worked for my teammate.