What does a dot means in "Resolving dependencies...."? #7401
-
Just curious, sometimes I have few dots, sometimes I have a lot of dots |
Beta Was this translation helpful? Give feedback.
Answered by
simi
Jan 19, 2024
Replies: 1 comment 1 reply
-
If I remember well, those additional dots are coming from fetchers and they do usually report network activity. You can turn each dot into actual log line by specifying |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dorianmarie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I remember well, those additional dots are coming from fetchers and they do usually report network activity.
rubygems/bundler/lib/bundler/fetcher/base.rb
Line 47 in c4b91b1
You can turn each dot into actual log line by specifying
BUNDLER_DEBUG_RESOLVER=1
in your env.