SyntaxFix
Write A Post
Hire A Developer
Questions
I would use ruby-build with rbenv. The following lines install Ruby 3.0.0 and set it as your default Ruby version:
ruby-build
rbenv
$ brew update $ brew install ruby-build $ brew install rbenv $ rbenv install 3.0.0 $ rbenv global 3.0.0