Merge pull request #5060 from commitay/openssl-versioned-whitelist

audit: remove `openssl@1.1` from unstable spec whitelist
This commit is contained in:
commitay 2018-10-09 15:12:38 +10:00 committed by GitHub
commit cd1cf8927e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)