From 5789e6e1b12e60ee2de55a60e4403ede858c4ab6 Mon Sep 17 00:00:00 2001 From: Devin Rhode Date: Tue, 27 May 2014 14:01:08 -0500 Subject: [PATCH] apple-gcc42 is now in homebrew/dupes --- Brewfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index 8b327dc19fd..2f0e8f764e7 100644 --- a/Brewfile +++ b/Brewfile @@ -4,7 +4,7 @@ update # add this repo to Homebrew's sources -tap homebrew/versions +tap homebrew/dupes # install the gcc compiler required for ruby install apple-gcc42 @@ -19,4 +19,4 @@ install postgresql install redis # install headless Javascript testing library -install phantomjs \ No newline at end of file +install phantomjs