summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-04-28 11:57:16 +0000
committerrinpatch <rinpatch@sdf.org>2020-04-28 11:57:16 +0000
commit12bb7fc0dc94068d8337f10fc337ab23c8c7e77e (patch)
treedb22ab2a17bad9edc35734596b098a8bd3f0195b /mix.exs
parent9994768312ede572c4ddd6beda7027b0a2baddce (diff)
parentdda65f7799e9dfa2e7b87389848eeee10993a858 (diff)
downloadpleroma-12bb7fc0dc94068d8337f10fc337ab23c8c7e77e.tar.gz
pleroma-12bb7fc0dc94068d8337f10fc337ab23c8c7e77e.zip
Merge branch 'openapi/account' into 'develop'
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b76aef180..beb05aab9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -189,7 +189,9 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, path: "./restarter"},
- {:open_api_spex, "~> 3.6"}
+ {:open_api_spex,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
+ ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"}
] ++ oauth_deps()
end