aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-10 23:30:19 +0100
committerLoïc Hoguin <[email protected]>2016-03-10 23:30:19 +0100
commite87438ffb1c63615f46dd7a7344b05918116ed1a (patch)
tree1c6a16e7924752b2780c3f48eadbc371ca8cc5a9 /Makefile
parent0193538dbafd275f543bfbce1065358ea6554641 (diff)
downloadcowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.tar.gz
cowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.tar.bz2
cowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.zip
Update Ranch to 1.2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80e6877..607a206 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LOCAL_DEPS = crypto
DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib master
-dep_ranch = git https://github.com/ninenines/ranch 1.1.0
+dep_ranch = git https://github.com/ninenines/ranch 1.2.1
TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper master