HTTP response 302

Hello Friends,

I have installed Ruby 1.8.6-26 and then tried to update its gems.

When I type following command and hit enter I got an error

c:\gem update --system

Updating RubyGems
Error:while executing gem… Gem::RemoteSourceException
Http response 302

I am stuck with this and unable to proceed further to install WATIR.

Please help me ASAp.Please see error file attached herewith.

The response might be an HTTP error.

You can see the description of 302 here :
http://www.checkupdown.com/status/E302.html

And a list of all the others here :
http://www.modemhelp.net/httperrors/httperrors.shtml

On Mar 10, 9:51am, Amruta M. [email protected] wrote:

Hello Friends,

I have installed Ruby 1.8.6-26 and then tried to update its gems.

Please install a newer version of Ruby, like using RubyInstaller:

It includes updated RubyGems that works with newer RubyGems.org gem
hosting.

When I type following command and hit enter I got an error

c:\gem update --system

Updating RubyGems
Error:while executing gem… Gem::RemoteSourceException
Http response 302

I am stuck with this and unable to proceed further to install WATIR.

You’re stuck there because that old version of Ruby tries to download
gems from RubyForge, which no longer provides gem hosting.

Luis
I had installed v1.9.2-p180 as instructed at the bottom of the page at
http://wiki.openqa.org/display/WTR/Install+Ruby

Also tries Ruby 1.8.7-p334 but get the same error
ERROR: White execting gem … (Gem::RemoteSourceException)
HTTP Response 302

On Thursday, March 10, 2011 7:51 AM Amruta M. wrote:

Error:while executing gem… Gem::RemoteSourceException


Posted via http://www.ruby-forum.com/.

On Thursday, March 10, 2011 8:10 AM Justin Thimblehead wrote:

The response might be an HTTP error.

You can see the description of 302 here :
Home - UpDo-Check

And a list of all the others here :
HTTP Errors


Posted via http://www.ruby-forum.com/.

On Thursday, March 10, 2011 8:49 AM Luis L. wrote:


Luis L.

Thanks Luis

I hv installed v1.8.7-p334 and its working fine. :slight_smile:

Regards,
Amruta.

The post at
http://help.rubygems.org/discussions/problems/111-problem-with-ruby-gems
on Aug 28th seemed to help.