diff --git a/Library/Homebrew/autobump_constants.rb b/Library/Homebrew/autobump_constants.rb index 15f6ed8ea5ab4..a88ccaa71e36e 100644 --- a/Library/Homebrew/autobump_constants.rb +++ b/Library/Homebrew/autobump_constants.rb @@ -4,5 +4,4 @@ # TODO: add more reasons here NO_AUTOBUMP_REASONS_LIST = T.let({ incompatible_version_format: "incompatible version format", - bumped_by_upstream: "bumped by upstream", }.freeze, T::Hash[Symbol, String])