This commit is contained in:
Mike McQuaid 2023-09-03 09:18:58 -04:00
parent 9fcdaa2b85
commit 8a2a16d521
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -271,6 +271,7 @@ module Homebrew
already_broken_dependents = check_broken_dependents(installed_formulae)
# TODO: this should be refactored to use FormulaInstaller new logic
outdated_dependents =
installed_formulae.flat_map(&:runtime_installed_formula_dependents)
.uniq