aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-06 14:23:33 +0200
committerLoïc Hoguin <[email protected]>2022-09-12 11:06:38 +0200
commit180ce23aba863d94c17ee0667cad1ed916f56da1 (patch)
treebb1f5224374700ad5de8e8772d396a91f74bd45b /rebar.config
parent0724dbf536c22fc978ba0bc96052c65f0edafa69 (diff)
downloadgun-180ce23aba863d94c17ee0667cad1ed916f56da1.tar.gz
gun-180ce23aba863d94c17ee0667cad1ed916f56da1.tar.bz2
gun-180ce23aba863d94c17ee0667cad1ed916f56da1.zip
Update cookie tests against latest WPT
The http-state tests were removed and replaced with tests in HTML pages. I have devised a way to semi- automatically import them and test them. Additional fixes were made following changes in the rfc6265bis draft.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index aef1fff..348f53e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.11.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.