Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 3f10ea8f3b6529dac7abd1a546e03277 > files > 3

erlang-riak_control-1.3.1-1.fc18.src.rpm

From c8a9b33758a581398d1146853f4a2f9bf4d4a3ea Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sun, 24 Mar 2013 17:02:44 +0400
Subject: [PATCH 2/2] Fix webmachine dep

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index f11d85f..c57d290 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,7 +7,7 @@
 {cover_enabled, true}.
 
 {deps, [
-       {webmachine, "1.9.3",
+       {webmachine, "1.*",
         {git, "git://github.com/basho/webmachine", {tag, "1.9.3"}}},
        {riak_core, "1.3.1",
         {git, "git://github.com/basho/riak_core", {tag, "1.3.1"}}},
-- 
1.8.1.4