I am on a macbook pro. I need to install rubygems to 1.3 to update merb,
I’d like to let the system update itself since it was installed with the
system, but when I run:
sudo gem update --sytem
nothing updates. Am I missing something?
Thanks for your help.
On Nov 16, 2008, at 8:55 PM, Ben J. wrote:
I am on a macbook pro. I need to install rubygems to 1.3 to update
merb,
I’d like to let the system update itself since it was installed with
the
system, but when I run:
sudo gem update --sytem
nothing updates. Am I missing something?
sudo gem install rubygems-update
sudo gem update --system
That should do the trick.
Blessings,
TwP