From e9a82ad911abb7270d9ed52a79597a6b417736ba Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 8 Oct 2018 11:11:18 +1000 Subject: [PATCH] audit: remove `openssl@1.1` from unstable spec whitelist --- Library/Homebrew/dev-cmd/audit.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 6e76a4b542..9750803688 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -650,7 +650,6 @@ module Homebrew versioned_unstable_spec = %w[ bash-completion@2 imagemagick@6 - openssl@1.1 python@2 ] problem unstable_spec_message unless versioned_unstable_spec.include?(formula.name)