From 9bf137d46633f7d3368453da29bf82a8b5fb6f21 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Fri, 19 Apr 2013 16:24:04 -0400 Subject: [PATCH] Pin the goldrush dep to a SHA --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3f4ec13..ab6b7a2 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {erl_first_files, ["src/lager_util.erl"]}. {deps, [ {goldrush, ".*", - {git, "git://github.com/DeadZen/goldrush.git", "master"}} + {git, "git://github.com/DeadZen/goldrush.git", {tag, "7ff9b03"}}} ]}. {cover_enabled, true}.