ruby gem update issue in macos 10.5.7

J

Junmin Liu

i was trying to update the rubygem preinstalled in macos 10.5.7 by:sudo
gem update --system or gem
update --system.

but i am getting this:
sudo gem update --system
Updating RubyGems...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 403 fetching http://gems.rubyforge.org/yaml

Any idea?

my gem is 1.0.1, and ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Thanks,
 
N

Nathan Beyer

There's been a recent move of gems to http://gemcutter.org/. The
RubyForge gems server is supposed to continue working, but if you want
to move, you can do the following.

sudo gem sources list
# lists all source servers

sudo gem sources -a http://gemcutter.org/
# adds gemcutter to sources

sudo gem sources -r http://gems.rubyforge.org/
# if you want to clean up the old source, then remove it

sudo gem update --system
# try the update again

i was trying to update the rubygem preinstalled in macos 10.5.7 by:sudo
gem update --system or gem
update --system.

but i am getting this:
sudo gem update --system
Updating RubyGems...
ERROR: =C2=A0While executing gem ... (Gem::RemoteSourceException)
=C2=A0 HTTP Response 403 fetching http://gems.rubyforge.org/yaml

Any idea?

my gem is 1.0.1, and ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Thanks,
 
J

Justin Collins

Junmin said:
i was trying to update the rubygem preinstalled in macos 10.5.7 by:sudo
gem update --system or gem
update --system.

but i am getting this:

sudo gem update --system
Updating RubyGems...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 403 fetching http://gems.rubyforge.org/yaml

Any idea?

my gem is 1.0.1, and ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Thanks,

Install it manually from here:
http://rubyforge.org/frs/?group_id=126&release_id=37073

Automatically updating (much) older versions of RubyGems often does not
work.

-Justin
 
T

Tom Copeland

Junmin said:
i was trying to update the rubygem preinstalled in macos 10.5.7 = by:sudo
gem update --system or gem
update --system.
=20
but i am getting this:
=20
=20
sudo gem update --system
=20
Updating RubyGems...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 403 fetching http://gems.rubyforge.org/yaml
=20
Any idea?
=20
my gem is 1.0.1, and ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Thanks,
=20
=20
Install it manually from here:
http://rubyforge.org/frs/?group_id=3D126&release_id=3D37073
=20
Automatically updating (much) older versions of RubyGems often does =
not work.

That's the thing to do, yup. I don't think we even produce the old =
uncompressed yaml gem index now.

Yours,

Tom
 
K

keesbriggs

I am getting the same error as Junmin, when trying to add http://gemcutter.org/yaml
I get same 403 error as with RubyForge. Any ideas here?

-Kees Briggs

Junmin said:
i was trying to update the rubygem preinstalled in macos 10.5.7 by:sudo
gem update --system or gem
update --system.
but i am getting this:
sudo gem update --system
Updating RubyGems...
ERROR:  While executing gem ... (Gem::RemoteSourceException)
  HTTP Response 403 fetchinghttp://gems.rubyforge.org/yaml
Any idea?
my gem is 1.0.1, and ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
Thanks,
Automatically updating (much) older versions of RubyGems often does notwork.

That's the thing to do, yup.  I don't think we even produce the old uncompressed yaml gem index now.

Yours,

Tom
 
L

Luis Lavena

I am getting the same error as Junmin, when trying to addhttp://gemcutter..org/yaml
I get same 403 error as with RubyForge. Any ideas here?

Gemcutter do not produce old index format. Old indexes has been
maintained on RubyForge for compatiblity with older version of
RubyGems, but that is no more.

AFAIK since RubyGems 1.2. the new index format (quick) has been
available.

Please upgrade RubyGems to latest version. See your package management
system about newer version and how to install it or manually upgrade
following the instructions in this post:

http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top