Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion test-service/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@
{eredis, "1.7.1"},
{yamerl, "0.10.0"},
{certifi, "2.12.0"},
{cowboy, "2.8.0"},
{cowboy, "2.14.2"},
ldclient
]}.

%% Overridden for: https://github.com/ninenines/cowboy/issues/1670

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't want to do this in the SDK, but for the contract tests I think unconstraining this is likely fine.

%% Could be removed in the future once we are confident in newer versions
%% of rebar3 being available.
{overrides,
[
{override, cowboy,
[{deps, [cowlib, ranch]}]
}
]
}.

{shell, [
{apps, [ldclient, ts_app]}
]}.
Expand Down
Loading