From f580e9271b961fc8be44d1f63b8573941f8d3ba8 Mon Sep 17 00:00:00 2001
From: Jack Nagel <jacknagel@gmail.com>
Date: Tue, 5 Nov 2013 22:53:22 -0600
Subject: [PATCH] Revert "Make sure 10.9 users upgrade XQuartz"

This causes CI builds on 10.9 to fail; will repush once it is updated.

This reverts commit 70c5ce09d995426aefdbfd4aba0b06efe100a433.
---
 Library/Homebrew/os/mac/xquartz.rb | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb
index 9eb1fe6bb7..32804e2e15 100644
--- a/Library/Homebrew/os/mac/xquartz.rb
+++ b/Library/Homebrew/os/mac/xquartz.rb
@@ -39,14 +39,8 @@ module OS
         end
       end
 
-      # http://xquartz.macosforge.org/trac/wiki
-      # http://xquartz.macosforge.org/trac/wiki/Releases
       def latest_version
-        case MacOS.version
-        when "10.5" then "2.6.3"
-        when "10.9" then "2.7.5_rc4"
-        else "2.7.4"
-        end
+        "2.7.4"
       end
 
       def bundle_path
-- 
GitLab