Search code examples
rubyrubygemsmobius

Errors Updating Ruby Gems


I'm trying to update my ruby gems, I had to go the manual route, download > unpack > CD there, the run: ruby setup.rb

To here I was good to go; now however, when trying to update said gems, or when I try to install the mobius network client, I get the following:

 C:\Windows\System32>gem update
 Updating installed gems
 ERROR:  While executing gem ... (Gem::RemoteFetcher::UnknownHostError)
 timed out (https://api.rubygems.org/specs.4.8.gz)

 C:\Windows\System32>gem install mobius-client
 ERROR:  Could not find a valid gem 'mobius-client' (>= 0), here is why:
 Unable to download data from https://rubygems.org/ - timed out 
 (https://api.rubygems.org/specs.4.8.gz)

Is this something wrong on my side?


Solution

  • Your request timed out, you may have a network problem, eg. proxy, dns, firewall, routing, etc.