Merge pull request #20178 from tyuwags/upgrade-pin

upgrade pin nil value
This commit is contained in:
Mike McQuaid 2025-06-26 21:53:31 +00:00 committed by GitHub
commit 415c0de6b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,6 +236,8 @@ module Homebrew
verbose: args.verbose?,
)
return false if formulae_installer.blank?
dependants = Upgrade.dependants(
formulae_to_install,
flags: args.flags_only,