Installing merb - connection reset, retrying, connection reset, retrying....

This is my output. I don't know what to do to make this work. I have installed other gems without any problems.

Suggestions?

debian:/home/kevin# gem source -a http://www.rubygems.org http://www.rubygems.org added to sources debian:/home/kevin# gem install merb -V GET 302 Found: RubyGems.org | your community gem host GET 304 Not Modified: http://production.s3.rubygems.org/latest_specs.4.8.gz GET 301 Moved Permanently: http://www.rubygems.org/latest_specs.4.8.gz GET 302 Found: http://rubygems.org/latest_specs.4.8.gz GET 304 Not Modified: http://production.s3.rubygems.org/latest_specs.4.8.gz GET 302 Found: RubyGems.org | your community gem host GET 304 Not Modified: http://production.s3.rubygems.org/specs.4.8.gz connection reset after 2 requests, retrying GET 301 Moved Permanently: http://www.rubygems.org/specs.4.8.gz connection reset after 2 requests, retrying

I did gem update --system This seems to have fixed the problem. Who knows :slight_smile: