Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TemporaryJam/a672a2851a6acb53f2523da1e2b6d87b to your computer and use it in GitHub Desktop.
Save TemporaryJam/a672a2851a6acb53f2523da1e2b6d87b to your computer and use it in GitHub Desktop.
Ruby versions with rbenv
https://stackoverflow.com/questions/38194032/how-to-update-ruby-version-2-0-0-to-the-latest-version-in-mac-osx-yosemite#
$ brew update
$ brew install rbenv ruby-build
$ rbenv init
rbenv install --list
rbenv install 2.4.4
rbenv global 2.4.4
rbenv rehash
ruby -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment