diff --git a/Library/Homebrew/dev-cmd/unbottled.rb b/Library/Homebrew/dev-cmd/unbottled.rb index 9966a748e2..3d0f0cec0f 100644 --- a/Library/Homebrew/dev-cmd/unbottled.rb +++ b/Library/Homebrew/dev-cmd/unbottled.rb @@ -216,7 +216,7 @@ module Homebrew end 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 if deps.blank?