aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-20 15:24:01 +0200
committerLoïc Hoguin <[email protected]>2013-06-20 16:01:53 +0200
commit2923de944fa3f88fafec4318bfeb0ee59f47cee2 (patch)
treec66a5d554af1da7b5172d90d00962773efa693bb /Makefile
parent9769003472746b315412fe44bf4f6537ea899d27 (diff)
downloadcowboy-2923de944fa3f88fafec4318bfeb0ee59f47cee2.tar.gz
cowboy-2923de944fa3f88fafec4318bfeb0ee59f47cee2.tar.bz2
cowboy-2923de944fa3f88fafec4318bfeb0ee59f47cee2.zip
Update Ranch to 0.8.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9810deb..79c2b6c 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.3
+dep_ranch = https://github.com/extend/ranch.git 0.8.4
dep_ct_helper = https://github.com/extend/ct_helper.git master
# Standard targets.