Install Ruby With rvm
Continuing with the install-Ruby-with-X theme, I decided to document the steps needed to install Ruby with rvm. This is what I have been using in my VMs:
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
\curl -sSL https://get.rvm.io | bash -s stable
rvm install 3.1.2
rvm use 3.1.2
Also see: Install Ruby with rbenv | rvm | asdf