Manage multiple Ruby versions on your system
Ruby version manager
rbenv
$ rbenv versions
$ rbenv install 3.2.0
$ rbenv global 3.2.0