aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-02-10 15:41:41 +0100
committerLoïc Hoguin <[email protected]>2021-02-10 15:41:41 +0100
commit93dc15f5b77b5945b058ace339bada8f784596f1 (patch)
tree5da8c4807edf2e425bd285aefd4d563248fa8280
parent52b989079bacf423818a8e6d42c56095ad857635 (diff)
downloadgun-93dc15f5b77b5945b058ace339bada8f784596f1.tar.gz
gun-93dc15f5b77b5945b058ace339bada8f784596f1.tar.bz2
gun-93dc15f5b77b5945b058ace339bada8f784596f1.zip
Depend on Ranch 2.0.0 for compatibility with OTP-24
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e897fdd..caf9fa1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,10 @@ dep_cowlib = git https://github.com/ninenines/cowlib 2.10.1
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy ranch
dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_cowboy_commit = master
+dep_ranch_commit = 2.0.0
# CI configuration.