Skip to content

Instantly share code, notes, and snippets.

@sephraim
Last active January 3, 2024 22:25
Show Gist options
  • Save sephraim/7ff5dba337ef1a0b6286cf6812b6c543 to your computer and use it in GitHub Desktop.
Save sephraim/7ff5dba337ef1a0b6286cf6812b6c543 to your computer and use it in GitHub Desktop.
[Install Ruby via asdf]

1.) Upgrade asdf itself

If installed via homebrew...

brew update && brew upgrade

If installed via curl...

asdf update

2.) Install the asdf-ruby plugin

asdf plugin update ruby

3.) Install Ruby

asdf install ruby 3.3.0

4.) Set default Ruby version

asdf global ruby 3.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment