View
 

Abbot-Updating RubyGems

Page history last edited by jackinloadup 10 mos ago

If you are running a version of RubyGems older than 1.2, you will need to update it in order to install the sproutcore gem.  Usually you can update your RubyGems with the following command:

 

sudo gem update --system

 

If you have problems with this, you are probably running a version of RubyGems older than 1.0.  In this case, you just need to run a few more commands.  Just put this into your console:

 

sudo gem install rubygems-update

sudo update_rubygems

sudo gem update --system

sudo gem update --system

 
(yes, you should run update twice.)
 
If you still have problems you can checkout this post on RubyForge for more info.

Comments (0)

You don't have permission to comment on this page.