I am getting a timeout error trying to update my gems. I would prefer not to have to change to unsecured paths.
I can download the gems individually from rubygems using my browser - but gem update
and rvm gemset update
both fail with the following error:
ERROR: While executing gem ... (Gem::RemoteFetcher::UnknownHostError) timed out (https://api.rubygems.org/latest_specs.4.8.gz)
When I run bundle update - I run into individual gems timing out (hence knowing I can download and install them individually), as an example:
Gem::RemoteFetcher::UnknownHostError: timed out (https://rubygems.org/gems/ffi-1.9.23.gem) An error occurred while installing ffi (1.9.23), and Bundler cannot continue. Make sure that
gem install ffi -v '1.9.23'
succeeds before bundling.
I have followed these posts: