Hi there,
We're having some issues when trying to install the vmc gem on some of our ruby projects - when trying to do a bundle install, we get the following error message:
Retrying dependency api due to error (2/4): Bundler::HTTPError Network error while fetching https://bundler.rubygems.org/api/v1/dependencies?gems=vmc
However, if we run with bundle i --full-index, it works fine. Following the URL above takes a while, but eventually downloads a 6.3MB dependencies file.
I found this issue from a month or so ago, could be a similar issue?
I've posted this issue to rubygems a well here.
Thanks,
Tom