X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ae74f50a3ce3939284e60349d9c221e32a78abef;hb=9015df22291ab60c0efad328557936fd14eab2e6;hp=ec6e92df74221355046da968e35bf568e45e3119;hpb=13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136;p=akkoma diff --git a/mix.exs b/mix.exs index ec6e92df7..ae74f50a3 100644 --- a/mix.exs +++ b/mix.exs @@ -121,6 +121,7 @@ defmodule Pleroma.Mixfile do {:phoenix_pubsub, "~> 2.0"}, {:phoenix_ecto, "~> 4.0"}, {:ecto_enum, "~> 1.4"}, + {:ecto_explain, "~> 0.1.2"}, {:ecto_sql, "~> 3.4.4"}, {:postgrex, ">= 0.15.5"}, {:oban, "~> 2.3.4"}, @@ -195,9 +196,7 @@ defmodule Pleroma.Mixfile do {:majic, git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git", ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"}, - {:open_api_spex, - git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", - ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}, + {:open_api_spex, "~> 3.10"}, ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false},