Skip to content

Commit 07a6ad0

Browse files
authored
Merge pull request #21651 from Homebrew/SMillerDev-patch-1
Remove deprecation check in autobump logic
2 parents ec277af + 6ad6a39 commit 07a6ad0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Library/Homebrew/tap.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,6 @@ def autobump
10371037

10381038
@autobump ||= T.let(autobump_packages.select do |_, p|
10391039
next if p["disabled"]
1040-
next if p["deprecated"] && p["deprecation_reason"] != "fails_gatekeeper_check"
10411040
next if p["skip_livecheck"]
10421041

10431042
p["autobump"] == true

0 commit comments

Comments
 (0)