aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-04-03 15:53:51 +0200
committerLoïc Hoguin <[email protected]>2019-04-03 15:53:51 +0200
commit6f68d7d2d6dea22933e639d0e21648f99388e819 (patch)
treed1142aef5c7687d6b830d6c11426d92c0fc270d6 /Makefile
parent21d267a44a64105c05e754fd394233f0fb3aa46c (diff)
downloadcowboy-6f68d7d2d6dea22933e639d0e21648f99388e819.tar.gz
cowboy-6f68d7d2d6dea22933e639d0e21648f99388e819.tar.bz2
cowboy-6f68d7d2d6dea22933e639d0e21648f99388e819.zip
Use Gun 1.2.0 for tests to avoid OTP-19 issues
And temporarily depend on Cowlib master to confirm everything works as intended.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8b99c28..ee91350 100644
--- a/Makefile
+++ b/Makefile
@@ -15,14 +15,14 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
LOCAL_DEPS = crypto
DEPS = cowlib ranch
-dep_cowlib = git https://github.com/ninenines/cowlib 2.7.1
+dep_cowlib = git https://github.com/ninenines/cowlib master
dep_ranch = git https://github.com/ninenines/ranch 1.7.1
DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper
dep_ct_helper = git https://github.com/extend/ct_helper master
-dep_gun = git https://github.com/ninenines/gun 1.3.0
+dep_gun = git https://github.com/ninenines/gun 1.2.0
# CI configuration.