Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 111654ba3238db535fee6eaac693b06f > files > 2

erlang-riak_core-1.3.1-2.fc18.src.rpm

From 5222b6a24762fdd7ebb3af8c6fb44f523624224e Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sun, 24 Mar 2013 10:46:32 +0400
Subject: [PATCH 1/1] Fix rebar deps

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 d32b147..d09d67f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,7 +11,7 @@
                                {tag, "0.8.0"}}},
         {basho_stats, "1.0.3", {git, "git://github.com/basho/basho_stats", {tag, "1.0.3"}}},
         {riak_sysmon, "1.1.3", {git, "git://github.com/basho/riak_sysmon", {tag, "1.1.3"}}},
-        {webmachine, "1.9.3", {git, "git://github.com/basho/webmachine",
+        {webmachine, "1.*", {git, "git://github.com/basho/webmachine",
                                {tag, "1.9.3"}}},
         {folsom, ".*", {git, "git://github.com/basho/folsom.git", {tag, "0.7.3p1"}}}
        ]}.
-- 
1.8.1.4