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