Written by Sean Behan on Sun Jun 17th 2012

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 update
just 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

Tagged with..
#development environment #ruby #rvm #upgrading #ruby

Just finishing up brewing up some fresh ground comments...