Skip to content

Commit

Permalink
Update graphql dep which does not pull geas_rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jul 29, 2024
1 parent dcfee1f commit 4e5a085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@
%% Erlang JWT Library is in elixir and wants elvis for tests
%% Remove elvis plugin to reduce deps
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]},
%% GraphQL pulls geas_rebar3, which is a dev dependency
%% geas takes some time to compile, but we do not need it
{override, graphql, [{plugins, [rebar3_hex]}]},
{override, worker_pool, [{minimum_otp_vsn, "24"}]}
]}.

Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"graphql">>,
{git,"https://github.com/esl/graphql-erlang.git",
{ref,"7b1762f863571e12b5c458417d505656d342fb46"}},
{ref,"4ab1ff2f01fe71799a0a2d7e31964ff80b13342d"}},
0},
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.3">>},0},
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.1">>},0},
Expand Down

0 comments on commit 4e5a085

Please sign in to comment.