terminator
terminator copied to clipboard
🛡 Modern elixir ACL/ABAC library for managing granular user abilities and permissions
I'm getting this issue when trying to install {:terminator, "~>0.5.2"} Resolving Hex dependencies... Failed to use "postgrex" (version 0.16.2) because ecto_sql (version 3.7.2) requires ~> 0.15.0 or ~> 0.16.0 or...
Bump ecto versions. Minor version bumps in mix to get to the latest versions. Failing test on `test provide a list of available terminator mix tasks`, mind cleaning that up...
I have included terminator in my `mix.exs` ```elixir {:terminator, "~> 0.5"}, ``` When I do ```console $ mix terminator.setup ** (Mix) Could not find migrations directory "deps/terminator/priv/repo/migrations" for repo Terminator.Repo....
i am using this in a project but some of the deps needed bumping