mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update Ranch to latest commit
This commit is contained in:
parent
e30c6debdc
commit
7481cf9963
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
{deps, [
|
{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, [
|
{erl_opts, [
|
||||||
%% bin_opt_info,
|
%% bin_opt_info,
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{proper, ".*",
|
{proper, ".*",
|
||||||
{git, "git://github.com/manopapad/proper.git", "master"}},
|
{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, "."}]}}]}.
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
||||||
{erl_opts, []}.
|
{erl_opts, []}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue