ruby/lib/bundler/ui
Matt Brictson 830ff66e2c [rubygems/rubygems] Emit progress to stderr when --parseable is passed to bundle outdated
Before, `bundle outdated --parseable` (or `--porcelain`) caused output
to be completely silenced during definition resolution, so nothing was
printed at all until the table of outdated gems was printed.

With this change, `--parseable`/`--porcelain` now prints progress to
stderr during resolution. E.g.:

```
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
```

This provides a better user experience, especially when
`outdated --parseable` takes several seconds or more.

The report of outdated gems is still printed to stdout, and the exit
status codes are unchanged, so the fundamental contract with other tools
consuming the `outdated --parseable` result should not be affected.

7d4bb43570
2024-08-30 10:36:08 +00:00
..
rg_proxy.rb Merge RubyGems/Bundler master 2022-12-26 15:09:21 +09:00
shell.rb [rubygems/rubygems] Emit progress to stderr when --parseable is passed to bundle outdated 2024-08-30 10:36:08 +00:00
silent.rb [rubygems/rubygems] Emit progress to stderr when --parseable is passed to bundle outdated 2024-08-30 10:36:08 +00:00