removing formula previously updated

This commit is contained in:
thibhero 2025-06-29 23:18:38 -04:00
parent 4fd7c6fa8d
commit dfab4bbab2

View File

@ -375,6 +375,8 @@ module Homebrew
puts formulae_upgrades.join(", ")
end
upgradeable = upgradeable.reject { |f| FormulaInstaller.installed.to_a.include?(f) }
unless dry_run
dependent_installers = formula_installers(
upgradeable,