Skip to content

Commit 4e5a085

Browse files
committed
Update graphql dep which does not pull geas_rebar3
1 parent dcfee1f commit 4e5a085

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

rebar.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@
219219
%% Erlang JWT Library is in elixir and wants elvis for tests
220220
%% Remove elvis plugin to reduce deps
221221
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]},
222-
%% GraphQL pulls geas_rebar3, which is a dev dependency
223-
%% geas takes some time to compile, but we do not need it
224-
{override, graphql, [{plugins, [rebar3_hex]}]},
225222
{override, worker_pool, [{minimum_otp_vsn, "24"}]}
226223
]}.
227224

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
5555
{<<"graphql">>,
5656
{git,"https://github.com/esl/graphql-erlang.git",
57-
{ref,"7b1762f863571e12b5c458417d505656d342fb46"}},
57+
{ref,"4ab1ff2f01fe71799a0a2d7e31964ff80b13342d"}},
5858
0},
5959
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.3">>},0},
6060
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.1">>},0},

0 commit comments

Comments
 (0)