Updating Ruby on Rails on Mac OS X Leopard 1
Introduction
The purpose of this post is to quickly and efficiently update you Ruby on Rails stack on Mac OS X Leopard.
Requirements
Caution: Before this procedure is start you must have a cursory knowledge of using the Terminal in Mac OS X.
- Fully Patched Install of Mac OS X Leopard
- Apple Developer Tools
Procedure
Open Terminal
Run the following
sudo gem update –system
Run the following command to update all your installed gems to the latest version
sudo gem update
That is it!
Note: All the previously installed gems will stay installed as a backup but ruby will use the latest gems that are installed on the system.
Trackbacks
Use the following link to trackback from your own site:
http://www.sysadminschronicles.com/trackbacks?article_id=ruby_on_rails_update_procedure&day=07&month=01&year=2008
maybe a typo, i us “sudo gem update –system”