Replies: 1 comment 1 reply
-
For some reason the compact index API requests timed out. In that case, Bundler falls back to fetching the full index. It was most likely a temporary problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a system ruby on ubuntu 22.04 with default bundler 2.22
I have a simple
Gemfile
:And i need to
bundle install
it. This is a scenario from one of tests. And it worked fine until today morning.But now it looks like for some reason bundler starts to download all cucumber specs, and dies on cucumber/cucumber-ruby#136
Question is why and is it possible to avoid such issues.
bundlefail.log
I was unable to reproduce this on my local machine or in the same docker container test scenario runs. Probably there are some infrastructural issues on the test host machine.
Beta Was this translation helpful? Give feedback.
All reactions