diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-22 23:27:32 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-22 23:27:32 +0000 |
commit | f9ae7e72e9d745a1174353814d0ae6774f36ba3f (patch) | |
tree | 1b5259e3af4e798d4bba7542054a042d60bd40bf /mix.exs | |
parent | a814671e857182eb5332b9c3cb9dc5615c22fe42 (diff) | |
parent | fc6ab78a84b1ef384fa48349e792921364de5df9 (diff) | |
download | pleroma-f9ae7e72e9d745a1174353814d0ae6774f36ba3f.tar.gz pleroma-f9ae7e72e9d745a1174353814d0ae6774f36ba3f.zip |
Merge branch 'bugfix/upload-limit-plug' into 'develop'
Downgrade Plug to 1.10.x, revert upload_limit tuple to function change
See merge request pleroma/pleroma!3472
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ defmodule Pleroma.Mixfile do {:eblurhash, "~> 1.1.0"}, {:open_api_spex, "~> 3.10"}, + # indirect dependency version override + {:plug, "~> 1.10.4", override: true}, + ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_machina, "~> 2.4", only: :test}, |