mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
Unbottled: fix use of invalid argument
This commit is contained in:
parent
c5bcfe8fac
commit
1978f4be65
@ -216,7 +216,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
deps = Array(deps_hash[f.name]).reject do |dep|
|
deps = Array(deps_hash[f.name]).reject do |dep|
|
||||||
dep.bottle_specification.tag?(@bottle_tag, exact: true) || dep.bottle_unneeded?
|
dep.bottle_specification.tag?(@bottle_tag, no_older_versions: true) || dep.bottle_unneeded?
|
||||||
end
|
end
|
||||||
|
|
||||||
if deps.blank?
|
if deps.blank?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user