Skip to content

Instantly share code, notes, and snippets.

@frizbee
Created January 27, 2023 15:36
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 frizbee/c6be63f54e0bba2d119c4a4c042f580b to your computer and use it in GitHub Desktop.
Save frizbee/c6be63f54e0bba2d119c4a4c042f580b to your computer and use it in GitHub Desktop.
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