Saturday, 24 March 2012

Keeping the environment updated

Use with caution, anyway.
rvm get latest --auto
rvm install 1.9.3
gem update --system # 1.3.7 # that's it for downgrading
gem update bundler  # which I actually keep in my Gemfile
bundle update

No comments:

Post a Comment