summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2019-05-13 18:35:45 +0000
committerkaniini <nenolod@gmail.com>2019-05-13 18:35:45 +0000
commita2be420f940fb8f181feeb9b0fb9759d433dcae1 (patch)
tree523d1f1cfa399f4ee6d841ba3098ecd87d8e67e7 /mix.exs
parent5a4d55cf910f85b07f111972647a8b4410b5eb6b (diff)
downloadpleroma-a2be420f940fb8f181feeb9b0fb9759d433dcae1.tar.gz
pleroma-a2be420f940fb8f181feeb9b0fb9759d433dcae1.zip
differences_in_mastoapi_responses.md: fullname & bio are optionnal
[ci skip]
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 5600aaa42..b7b9d534d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -114,6 +114,7 @@ defmodule Pleroma.Mixfile do
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0"},
+ {:ex_rated, "~> 1.2"},
{:plug_static_index_html, "~> 1.0.0"}
] ++ oauth_deps
end