Skip to content

Instantly share code, notes, and snippets.

@rejuvyesh
Last active December 31, 2015 01:19
Show Gist options
  • Save rejuvyesh/7913538 to your computer and use it in GitHub Desktop.
Save rejuvyesh/7913538 to your computer and use it in GitHub Desktop.
>3 gem update --verbose
Updating installed gems
GET https://api.rubygems.org/specs.4.8.gz
302 Moved Temporarily
HEAD http://api.rubygems.org/specs.4.8.gz
302 Moved Temporarily
HEAD http://production.s3.rubygems.org/specs.4.8.gz
200 OK
GET http://api.rubygems.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
200 OK
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ECONNREFUSED: Connection refused - connect(2) (https://api.rubygems.org/specs.4.8.gz)
>3 gem update --system --verbose
GET https://api.rubygems.org/specs.4.8.gz
302 Moved Temporarily
HEAD http://api.rubygems.org/specs.4.8.gz
302 Moved Temporarily
HEAD http://production.s3.rubygems.org/specs.4.8.gz
304 Not Modified
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ECONNREFUSED: Connection refused - connect(2) (https://api.rubygems.org/specs.4.8.gz)
<3 gem source
*** CURRENT SOURCES ***
https://rubygems.org/
<3 gem -v
2.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment