I had an old version of rvm installed and wanted to upgrade. So old in fact that the resource for upgrading no longer existed.
rvm updatejust returned a 301, redirect.
Luckily, the following worked
# checks out from repo rvm update --head # will reload rvm environment rvm reload # finally, the upgrade command works! rvm get latest
Just finishing up brewing up some fresh ground comments...