RubyGems Problem

Hello,

I am having problems updating anything with RubyGems. For example I get
the following errors when trying to do anything using a remote server:

studiog5:~ Matt$ gem update —system
Updating installed gems…
ERROR: While executing gem … (Gem::RemoteSourceException)
HTTP Response 403

studiog5:~ Matt$ gem update rails
Updating installed gems…
ERROR: While executing gem … (Gem::RemoteSourceException)
HTTP Response 403

Always the same 403 error. Any ideas?

And for the record:

studiog5:~ Matt$ gem --version
0.9.4

Thanks!

  1. May be “gem environment” will output something special in “REMOTE
    SOURCES”

  2. I had a problem with gem repo. It was its fault. I just hat to wait
    til it was fixed.

  3. May be try
    http://programmers-blog.com/2009/04/12/ruby-gem-update-system-is-disabled-on-debian

Matthew Fordham wrote:

Hello,

I am having problems updating anything with RubyGems. For example I get
the following errors when trying to do anything using a remote server:

studiog5:~ Matt$ gem update —system
Updating installed gems…
ERROR: While executing gem … (Gem::RemoteSourceException)
HTTP Response 403

studiog5:~ Matt$ gem update rails
Updating installed gems…
ERROR: While executing gem … (Gem::RemoteSourceException)
HTTP Response 403

Always the same 403 error. Any ideas?

And for the record:

studiog5:~ Matt$ gem --version
0.9.4

That’s an antediluvian version of gem. The current version is something
like 1.3.5.

Thanks!

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Matthew Fordham wrote:

Marnen Laibow-Koser wrote:

That’s an antediluvian version of gem. The current version is something
like 1.3.5.

So how should I go about updating RubyGems if it is too old to update
itself???

Install a new version from your package manager, or from
http://www.rubygems.org.

Thanks!

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

That’s an antediluvian version of gem. The current version is something
like 1.3.5.

So how should I go about updating RubyGems if it is too old to update
itself???

Thanks!