summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@cock.li>2019-08-11 22:32:15 +0300
committerEkaterina Vaartis <vaartis@cock.li>2019-09-19 00:16:33 +0300
commit54b8e683bce13cf67f2674ea9f56b30604b28358 (patch)
tree8bb8be536a8df1c56b8674283ecca90fb0e2df70 /mix.exs
parentb791a0865641eb8210380e22e04a9fb680a79dcb (diff)
downloadpleroma-54b8e683bce13cf67f2674ea9f56b30604b28358.tar.gz
pleroma-54b8e683bce13cf67f2674ea9f56b30604b28358.zip
Swap TOML for YAML to get YAML generation for packs from fallbacks
If fallback url doesn't have a pack.yml file, one from the source will be used
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 172f3a940..e8356d564 100644
--- a/mix.exs
+++ b/mix.exs
@@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do
{:ex_rated, "~> 1.3"},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
- {:toml, "~> 0.5"},
+ {:relax_yaml, "~> 0.1"},
{:excoveralls, "~> 0.11.1", only: :test},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()