From f86a3e54aeb35ffd97764f72b2566a2290d8ce47 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Mon, 1 Jun 2015 13:24:08 -0500 Subject: [PATCH] Pin goldrush to 0.1.7 release Goldrush 0.1.7 completes the set of operators available for a filter. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4d98bf3..3ddbcf5 100644 --- a/rebar.config +++ b/rebar.config @@ -26,7 +26,7 @@ warn_untyped_record ]}. {deps, [ - {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {branch, "master"}}} + {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.7"}}} ]}. {xref_checks, []}.