Created
May 9, 2014 04:23
-
-
Save vexus2/3f2d7eb8fd9b59b383d5 to your computer and use it in GitHub Desktop.
Update local ruby to 2.1.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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