diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-04-28 11:57:16 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-04-28 11:57:16 +0000 |
| commit | 12bb7fc0dc94068d8337f10fc337ab23c8c7e77e (patch) | |
| tree | db22ab2a17bad9edc35734596b098a8bd3f0195b /mix.exs | |
| parent | 9994768312ede572c4ddd6beda7027b0a2baddce (diff) | |
| parent | dda65f7799e9dfa2e7b87389848eeee10993a858 (diff) | |
| download | pleroma-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.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 |
