mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
new line to make it easier to understand
This commit is contained in:
parent
6d0a77fc79
commit
a16129fc59
@ -69,7 +69,8 @@ module Homebrew
|
|||||||
)
|
)
|
||||||
fi.fetch_bottle_tab(quiet: !debug)
|
fi.fetch_bottle_tab(quiet: !debug)
|
||||||
|
|
||||||
if !dry_run && dependents && fi.bottle_tab_runtime_dependencies.presence&.all? do |dependency, hash|
|
if !dry_run && dependents
|
||||||
|
fi.bottle_tab_runtime_dependencies.presence&.all? do |dependency, hash|
|
||||||
minimum_version = Version.new(hash["version"]) if hash["version"].present?
|
minimum_version = Version.new(hash["version"]) if hash["version"].present?
|
||||||
Dependency.new(dependency).installed?(minimum_version:, minimum_revision: hash["revision"])
|
Dependency.new(dependency).installed?(minimum_version:, minimum_revision: hash["revision"])
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user