From 7481cf9963bc37affd067101dc552ac5db2f936a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Sep 2012 00:42:59 +0200 Subject: Update Ranch to latest commit --- rebar.config | 3 ++- rebar.tests.config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index c2317e7..d35044d 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,6 @@ {deps, [ - {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}} + {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", + "cd099983b1b807b87fa050d1e4ff0a13aba25b49"}} ]}. {erl_opts, [ %% bin_opt_info, diff --git a/rebar.tests.config b/rebar.tests.config index 9315c7e..12aaba7 100644 --- a/rebar.tests.config +++ b/rebar.tests.config @@ -2,7 +2,8 @@ {deps, [ {proper, ".*", {git, "git://github.com/manopapad/proper.git", "master"}}, - {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}} + {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", + "cd099983b1b807b87fa050d1e4ff0a13aba25b49"}} ]}. {eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. {erl_opts, []}. -- cgit v1.2.3