Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vexus2
Created May 9, 2014 04:23
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 vexus2/3f2d7eb8fd9b59b383d5 to your computer and use it in GitHub Desktop.
Save vexus2/3f2d7eb8fd9b59b383d5 to your computer and use it in GitHub Desktop.
Update local ruby to 2.1.2
$ sudo brew update
$ sudo brew upgrade ruby-build
$ rbenv install 2.1.2
$ rbenv global 2.1.2
$ rbenv rehash
$ ruby --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment