Ruby
Install version manager - rbenv
brew install rbenv# run this and follow the printed instructions:
rbenv initInstall the latest stable version
# List latest stable versions
rbenv install --list
# Install a specific version
rbenv install 3.2.2
# Activate a specific version
rbenv gloabl 3.2.2