Closed mattbrictson closed 2 months ago
I've asked whether Bundler itself can do a better job of displaying progress (to stderr) and will work on a PR there. See https://github.com/rubygems/rubygems/issues/7938
This has been addressed upstream in Bundler itself: https://github.com/rubygems/rubygems/pull/7957
For a large Gemfile with many Git sources, the
Resolving latest gem versions...
step can take a long time. On one of my projects, this step takes 20 seconds or more. During this time, it would be nice if there was an indication of progress or spinner animation.When running
bundle lock
, Bundler at least shows each Git source that it is fetching, which is a decent indication of progress:It seems reasonable that
update-interactive
should be able to display this sort of progress at a minimum.