Skip to content

Commit 936d6dd

Browse files
Amadeu 🦄 Lindo 🌈amadeu01
Amadeu 🦄 Lindo 🌈
authored andcommitted
Remove dependency ex_guard
Due to compile issues for macOS on a sub-dependency of ex_guard (fs). More info about the issue synrc/fs#61 When ex_guard maintainers accepts the upgrade of the fs package, the issue might be solved. Then, we can use this dependency again, or simply forget about macOS 🤪🙀
1 parent 7421b02 commit 936d6dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mix.exs

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ defmodule GitPair.MixFile do
2929
[
3030
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
3131
{:mox, "~> 0.5.2", only: :test},
32-
{:ex_doc, ">= 0.0.0", only: :dev},
33-
{:ex_guard, "~> 1.3", only: :dev}
32+
{:ex_doc, ">= 0.0.0", only: :dev}
3433
]
3534
end
3635

mix.lock

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
%{
22
"earmark_parser": {:hex, :earmark_parser, "1.4.10", "6603d7a603b9c18d3d20db69921527f82ef09990885ed7525003c7fe7dc86c56", [:mix], [], "hexpm", "8e2d5370b732385db2c9b22215c3f59c84ac7dda7ed7e544d7c459496ae519c0"},
33
"ex_doc": {:hex, :ex_doc, "0.22.2", "03a2a58bdd2ba0d83d004507c4ee113b9c521956938298eba16e55cc4aba4a6c", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm", "cf60e1b3e2efe317095b6bb79651f83a2c1b3edcb4d319c421d7fcda8b3aff26"},
4-
"ex_guard": {:hex, :ex_guard, "1.4.0", "b71180da9f486c4a78b2b4629c191d1834ae29ffbb1d66ff4141c8341ccd7cb5", [:mix], [{:fs, "~> 0.9", [hex: :fs, repo: "hexpm", optional: false]}], "hexpm", "bfe05cfa96341a71c55c3bd6628017c8bbab6c7ddcac66a8c2549b494110def1"},
5-
"fs": {:hex, :fs, "0.9.2", "ed17036c26c3f70ac49781ed9220a50c36775c6ca2cf8182d123b6566e49ec59", [:rebar], [], "hexpm", "9a00246e8af58cdf465ae7c48fd6fd7ba2e43300413dfcc25447ecd3bf76f0c1"},
64
"makeup": {:hex, :makeup, "1.0.3", "e339e2f766d12e7260e6672dd4047405963c5ec99661abdc432e6ec67d29ef95", [:mix], [{:nimble_parsec, "~> 0.5", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "2e9b4996d11832947731f7608fed7ad2f9443011b3b479ae288011265cdd3dad"},
75
"makeup_elixir": {:hex, :makeup_elixir, "0.14.1", "4f0e96847c63c17841d42c08107405a005a2680eb9c7ccadfd757bd31dabccfb", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f2438b1a80eaec9ede832b5c41cd4f373b38fd7aa33e3b22d9db79e640cbde11"},
86
"mox": {:hex, :mox, "0.5.2", "55a0a5ba9ccc671518d068c8dddd20eeb436909ea79d1799e2209df7eaa98b6c", [:mix], [], "hexpm", "df4310628cd628ee181df93f50ddfd07be3e5ecc30232d3b6aadf30bdfe6092b"},

0 commit comments

Comments
 (0)