Created
January 27, 2023 15:36
-
-
Save frizbee/c6be63f54e0bba2d119c4a4c042f580b to your computer and use it in GitHub Desktop.
This file contains 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
brew update | |
brew upgrade | |
rbenv install -l | |
# will list all latest ruby versions | |
# if it will not show all latest versions | |
# then run: | |
cd ~/.rbenv/plugins/ruby-build/ && git pull | |
# list all versions again | |
rbenv install -l | |
rbenv install x.x.x | |
rbenv rehash | |
ruby -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment