mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update Ranch to 0.8.2 and use ct_helper for testing SSL
This commit is contained in:
parent
ed2efbc4a1
commit
6e33274c85
6 changed files with 17 additions and 47 deletions
4
Makefile
4
Makefile
|
@ -11,7 +11,9 @@ PLT_APPS = crypto public_key ssl
|
|||
# Dependencies.
|
||||
|
||||
DEPS = ranch
|
||||
dep_ranch = https://github.com/extend/ranch.git 0.8.1
|
||||
TEST_DEPS = ct_helper
|
||||
dep_ranch = https://github.com/extend/ranch.git 0.8.2
|
||||
dep_ct_helper = https://github.com/extend/ct_helper.git master
|
||||
|
||||
# Standard targets.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue