aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-12-26 01:57:45 +0100
committerLoïc Hoguin <[email protected]>2012-12-26 01:57:45 +0100
commitf401a84be6788867fcf4544dc2c88b5751b55039 (patch)
tree77e49028482abd32aca953e61c9382f7205a5d7f
parenta3049f7100bb9f3cbaef1db6bf6cdeb750d9e298 (diff)
downloadcowboy-f401a84be6788867fcf4544dc2c88b5751b55039.tar.gz
cowboy-f401a84be6788867fcf4544dc2c88b5751b55039.tar.bz2
cowboy-f401a84be6788867fcf4544dc2c88b5751b55039.zip
Update Ranch to 0.6.0
-rw-r--r--rebar.config3
-rw-r--r--rebar.tests.config3
2 files changed, 2 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index 0c0af46..ef634de 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,5 @@
{deps, [
- {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
- "fb7ed3807620f7534c617789e7347192838a419a"}}
+ {ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
]}.
{erl_opts, [
%% bin_opt_info,
diff --git a/rebar.tests.config b/rebar.tests.config
index 12aaba7..128f069 100644
--- a/rebar.tests.config
+++ b/rebar.tests.config
@@ -2,8 +2,7 @@
{deps, [
{proper, ".*",
{git, "git://github.com/manopapad/proper.git", "master"}},
- {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
- "cd099983b1b807b87fa050d1e4ff0a13aba25b49"}}
+ {ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, []}.