使用RVM
管理多版本Ruby
GPG keys
gpg2 --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable
export PATH=$PATH:$HOME/.rvm/bin
rvm install [Version]
brew install ruby
rvm mount [/opt/homebrew/Cellar/ruby/3.3.0]
查询可用版本
rvm list
使用指定版本Ruby
rvm use [Version]