From 93dc15f5b77b5945b058ace339bada8f784596f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 10 Feb 2021 15:41:41 +0100 Subject: Depend on Ranch 2.0.0 for compatibility with OTP-24 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3