Problem with gem 1.3.2 upgrade

trying to update from gem 1.3.1 to 1.3.2. downloaded 1.3.2 to harddrive.
then entered “gem install 1.2.3” at the command line. I get the
following error

ERROR: could not find gem 1.3.2 locally or in a repository

where do I need to put the gem 1.3.2 file so that it can be found?

Nick Oconnor wrote:

trying to update from gem 1.3.1 to 1.3.2. downloaded 1.3.2 to harddrive.
then entered “gem install 1.3.2” at the command line. I get the
following error

ERROR: could not find gem 1.3.2 locally or in a repository

where do I need to put the gem 1.3.2 file so that it can be found?

Try gem update --system

This will update to the latest version of ruby gems.

-Jonathan N.

On Fri, Jan 22, 2010 at 05:05:51PM +0900, Nick Oconnor wrote:

Updating rubygems-update
ERROR: While executing gem … (Gem::FilePermissionError)
You don’t have write permissions into the /Library/Ruby/Gems/1.8
directory.

sudo gem update --system

Jonathan N. wrote:

Try gem update --system

This will update to the latest version of ruby gems.

-Jonathan N.

thanks for the quick reply. Here is what I got…

Updating RubyGems
Updating rubygems-update
ERROR: While executing gem … (Gem::FilePermissionError)
You don’t have write permissions into the /Library/Ruby/Gems/1.8
directory.

Any ideas?