Tech stuff around computer programming, basically for web development, especially opensource. Topics will go round Ruby on Rails (git gems etc.), Ubuntu (admin and basic shell) and work organization (agile philosophy)
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