Skip to content
Snippets Groups Projects
Commit 7cb11822 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew.rb: allow 10.5.

We'll keep the Homebrew installer pointing to Tigerbrew for now but as
Homebrew/brew technically has no reason to not work on 10.5 let's remove
this check.
parent 3774b464
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,6 @@ if ARGV == %w[--version] || ARGV == %w[-v]
exit 0
end
if OS.mac? && MacOS.version < "10.6"
abort <<-EOABORT.undent
Homebrew requires Snow Leopard or higher. For Tiger and Leopard support, see:
https://github.com/mistydemeo/tigerbrew
EOABORT
end
def require?(path)
require path
rescue LoadError => e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment