Bundle update output order #4901
Closed
collimarco
started this conversation in
General
Replies: 2 comments 7 replies
-
If I remember well, this is caused by parallel installation. If you prefer slower, but properly "ordered" output, you can limit to only 1 job.
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Closing in favor of #3305. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some weeks ago the output of
bundle update
has changed.Instead of having
Fetching gem X
and then immediatelyInstalling gem X
, we now have the output in a confused order...Example (difficult to understand):
Is there any way to get the output in the correct order, which is extremely more readable?
Example (much more readable):
Beta Was this translation helpful? Give feedback.
All reactions