aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-06 12:30:25 +0200
committerLoïc Hoguin <[email protected]>2019-09-06 12:30:25 +0200
commit702c7ff788bdc6e3c7e9da77886b004a8f792906 (patch)
tree4d5a6a12ffda4e020ed00a1541b917c3eaec4510 /Makefile
parent42eb6bae695a7e2126d0237d9e392682547ef6dc (diff)
downloadcowboy-702c7ff788bdc6e3c7e9da77886b004a8f792906.tar.gz
cowboy-702c7ff788bdc6e3c7e9da77886b004a8f792906.tar.bz2
cowboy-702c7ff788bdc6e3c7e9da77886b004a8f792906.zip
Use Gun master for tests
We no longer support OTP-19 so we don't need to stay on the old Gun version anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba97e25..c85ffc0 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ 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.2.0
+dep_gun = git https://github.com/ninenines/gun master
# CI configuration.