Skip to content

Commit 21de7bb

Browse files
author
Andriy Zavada
committed
keep cowboy at 2.12, rebar at 3.23, not to lose otp-22
1 parent c9102ca commit 21de7bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
, {riak_repl_pb_api, {git, "https://github.com/TI-Tokyo/riak_repl_pb_api.git", {tag, "3.1.0"}}}
2929
%% we don't depend on it; this entry is a temp fix for this error when doing `rebar3 compile`:
3030
%% Dep cowlib has invalid version >= 2.14.0 and < 3.0.0
31-
, {cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.13.0"}}}
31+
, {cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.12.0"}}}
3232
]
3333
}.
3434

rebar.docker.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
, {riakc, {git, "https://github.com/TI-Tokyo/riak-erlang-client", {tag, "3.0.13-tiot"}}}
2727
, {cluster_info, {git, "https://github.com/basho/cluster_info", {tag, "2.1.0"}}}
2828
, {riak_repl_pb_api, {git, "https://github.com/TI-Tokyo/riak_repl_pb_api.git", {tag, "3.1.0"}}}
29-
, {cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.13.0"}}}
29+
, {cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.12.0"}}}
3030
]
3131
}.
3232

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
0},
77
{<<"cowboy">>,
88
{git,"https://github.com/ninenines/cowboy",
9-
{ref,"24d32de931a0c985ff7939077463fc8be939f0e9"}},
9+
{ref,"3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd"}},
1010
0},
1111
{<<"cowlib">>,
1212
{git,"https://github.com/ninenines/cowlib",
13-
{ref,"d0ab49ed797e5bb48209825428d26947d74aabd5"}},
13+
{ref,"1eb7f4293a652adcfe43b1835d22c58d8def839f"}},
1414
1},
1515
{<<"esaml">>,{pkg,<<"esaml">>,<<"4.6.0">>},0},
1616
{<<"exometer_core">>,{pkg,<<"exometer_core">>,<<"1.6.1">>},0},
@@ -25,7 +25,7 @@
2525
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"2.0.7">>},1},
2626
{<<"ranch">>,
2727
{git,"https://github.com/ninenines/ranch",
28-
{ref,"10b51304b26062e0dbfd5e74824324e9a911e269"}},
28+
{ref,"a692f44567034dacf5efcaa24a24183788594eb7"}},
2929
1},
3030
{<<"riak_pb">>,
3131
{git,"https://github.com/TI-Tokyo/riak_pb.git",

rebar3

-14.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)