diff options
author | Loïc Hoguin <[email protected]> | 2016-03-10 23:30:19 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-03-10 23:30:19 +0100 |
commit | e87438ffb1c63615f46dd7a7344b05918116ed1a (patch) | |
tree | 1c6a16e7924752b2780c3f48eadbc371ca8cc5a9 | |
parent | 0193538dbafd275f543bfbce1065358ea6554641 (diff) | |
download | cowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.tar.gz cowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.tar.bz2 cowboy-e87438ffb1c63615f46dd7a7344b05918116ed1a.zip |
Update Ranch to 1.2.1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |