Skip to content

Commit

Permalink
updates for erlang 21+
Browse files Browse the repository at this point in the history
mochiweb -> master
ibrowse  -> chef/ibrowse ma/revert_ipv6

Signed-off-by: Lincoln Baker <[email protected]>
  • Loading branch information
lbakerchef committed Aug 5, 2020
1 parent 9e19ed9 commit 42dd2f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{xref_checks, [undefined_function_calls]}.

{deps, [{mochiweb, "2.12.2"}]}.
{deps, [{mochiweb, ".*", {git, "git://github.com/mochi/mochiweb.git", {branch, "master"}}}]}.

{eunit_opts, [
no_tty,
Expand All @@ -15,7 +15,7 @@
{profiles,
[{test,
[{deps, [meck,
{ibrowse, {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}},
{ibrowse, {git, "git://github.com/chef/ibrowse.git", {branch, "ma/revert_ipv6"}}},
{eunit_formatters, {git, "git://github.com/seancribbs/eunit_formatters", {branch, "master"}}}
]},
{erl_opts, [debug_info]}
Expand Down
9 changes: 4 additions & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{"1.1.0",
[{<<"mochiweb">>,{pkg,<<"mochiweb">>,<<"2.12.2">>},0}]}.
[
{pkg_hash,[
{<<"mochiweb">>, <<"80804AD342AFA3D7F3524040D4EED66CE74B17A555DE454AC85B07C479928E46">>}]}
].
[{<<"mochiweb">>,
{git,"git://github.com/mochi/mochiweb.git",
{ref,"070594e4d66163d662ac7e3bfb75dadcc922dd7c"}},
0}]}.

0 comments on commit 42dd2f9

Please sign in to comment.