aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-24 20:35:28 +0200
committerLoïc Hoguin <[email protected]>2013-08-24 20:35:28 +0200
commit694c9bfbfae461550691e1e48c5046b52f7aca27 (patch)
treea0370b74b14103113026af53964988cc15836b8e /Makefile
parentbfb6db1eabb945777627a7ced8ab7f1dbc29af67 (diff)
downloadcowboy-694c9bfbfae461550691e1e48c5046b52f7aca27.tar.gz
cowboy-694c9bfbfae461550691e1e48c5046b52f7aca27.tar.bz2
cowboy-694c9bfbfae461550691e1e48c5046b52f7aca27.zip
Update Ranch to 0.8.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79c2b6c..202b343 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PLT_APPS = crypto public_key ssl
DEPS = ranch
TEST_DEPS = ct_helper
-dep_ranch = https://github.com/extend/ranch.git 0.8.4
+dep_ranch = https://github.com/extend/ranch.git 0.8.5
dep_ct_helper = https://github.com/extend/ct_helper.git master
# Standard targets.