diff options
author | Loïc Hoguin <[email protected]> | 2015-07-26 15:16:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-26 15:16:10 +0200 |
commit | 674e5a61e278bac86a6caaaab56dea2cfd5a7cc2 (patch) | |
tree | decbbd9b01f3051e0813a3601bbd4993318ad338 | |
parent | fbd6ecc6bac970fb9eb5faaff1d77d25459a65bb (diff) | |
download | cowboy-674e5a61e278bac86a6caaaab56dea2cfd5a7cc2.tar.gz cowboy-674e5a61e278bac86a6caaaab56dea2cfd5a7cc2.tar.bz2 cowboy-674e5a61e278bac86a6caaaab56dea2cfd5a7cc2.zip |
Looks like we need an even older Gun version
Oops!
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP DEPS = cowlib ranch TEST_DEPS = ct_helper gun dep_ct_helper = git https://github.com/extend/ct_helper.git master -dep_gun = git https://github.com/ninenines/gun 0b2d73c1d70dfe1c291daa3211ace022cfa765a2 +dep_gun = git https://github.com/ninenines/gun b85c1f726ca49ac0e3abdcf717317cb95b06207d # Standard targets. |