diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-08 22:33:25 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-13 18:17:07 +0400 |
commit | 03124c96cc192ef8c4893738a0cee552c6984da6 (patch) | |
tree | cddd70ce07a6d11d4bb2d95e57ebe90a6f02637b /mix.exs | |
parent | 278b3fa0ad0ca58a9e5549e98d24944bbe0bf766 (diff) | |
download | pleroma-03124c96cc192ef8c4893738a0cee552c6984da6.tar.gz pleroma-03124c96cc192ef8c4893738a0cee552c6984da6.zip |
Add spec for AccountController.statuses
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |