aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-31 18:10:20 +0100
committerLoïc Hoguin <[email protected]>2017-01-31 18:10:20 +0100
commit3a240eb49b6322ec88985aa21014ca84a81157bb (patch)
treea54ee3ec25301cef4814402fce21da43ceaf79f2
parent98c2bc64e5a858db68f260ddd04fed7cee3d80f8 (diff)
downloadcowboy-3a240eb49b6322ec88985aa21014ca84a81157bb.tar.gz
cowboy-3a240eb49b6322ec88985aa21014ca84a81157bb.tar.bz2
cowboy-3a240eb49b6322ec88985aa21014ca84a81157bb.zip
Update Ranch to 1.3.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f602b4..12b17d2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP
DEPS = cowlib ranch
dep_cowlib_commit = 1.0.2
-dep_ranch_commit = 1.2.0
+dep_ranch_commit = 1.3.1
TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper.git master