summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-08 22:33:25 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-13 18:17:07 +0400
commit03124c96cc192ef8c4893738a0cee552c6984da6 (patch)
treecddd70ce07a6d11d4bb2d95e57ebe90a6f02637b /mix.exs
parent278b3fa0ad0ca58a9e5549e98d24944bbe0bf766 (diff)
downloadpleroma-03124c96cc192ef8c4893738a0cee552c6984da6.tar.gz
pleroma-03124c96cc192ef8c4893738a0cee552c6984da6.zip
Add spec for AccountController.statuses
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 c781995e0..ec69d70c0 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