0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Cowboy itself doesn't use proper; Cowlib does

This commit is contained in:
Loïc Hoguin 2020-03-29 13:20:57 +02:00
parent 2ea1313763
commit ab82d316b0
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -20,7 +20,7 @@ dep_ranch = git https://github.com/ninenines/ranch 1.7.1
DOC_DEPS = asciideck DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper master dep_ct_helper = git https://github.com/extend/ct_helper master
dep_gun = git https://github.com/ninenines/gun master dep_gun = git https://github.com/ninenines/gun master