duplicate in ask_formulae

This commit is contained in:
thibhero 2025-06-29 23:29:18 -04:00
parent c5036f3bba
commit c7f7ab5631

View File

@ -469,7 +469,7 @@ module Homebrew
end.flat_map(&:to_formula)] end.flat_map(&:to_formula)]
end.flatten.uniq end.flatten.uniq
formulae_dependencies.concat(dependants.upgradeable) if dependants&.upgradeable formulae_dependencies.concat(dependants.upgradeable) if dependants&.upgradeable
formulae_dependencies formulae_dependencies.uniq
end end
end end
end end