gem install error RemoteSourceException HTTP Response 302
Just starting with Ruby on a LAMP ubuntu platform
After installing RubyGems, I am unable to get any gem from remote with (HTTP Response 302) as the message.
gem install rake
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 302
gem q ruby-gmail --remote
*** REMOTE GEMS ***
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 302
gem update --system
Updating RubyGems...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 302
The output from gem environment command is :
RubyGems Environment:
- VERSION: 0.9.4 (0.9.4)
- INSTALLATION DIRECTORY: /var/lib/gems/1.8
- GEM PATH:
- /var/lib/gems/1.8
- REMOTE SOURCES:
- http://gems.rubyforge.org
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Eric Hodel on 22 Aug, 2010 07:06 PM
You need to upgrade RubyGems:
http://help.rubygems.org/faqs/rubygems/why-do-i-get-http-response-3...
Eric Hodel closed this discussion on 22 Aug, 2010 07:06 PM.