Upgrading a Ruby Version Using ‘rvm’

Another note to self (mostly): If you’re using rvm (and you should), to upgrade an existing Ruby version old to a new version new you can do this (on a command line):

rvm upgrade new old

At the time of this writing, that would be:

rvm upgrade 1.9.2-p180 1.9.2-p136

Thanks to Wayne Seguin for tweeting the hint.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s