diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-22 11:12:53 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-22 11:19:13 +0200 |
commit | a851a24036e07db99f9d893ec9043f0d826ca877 (patch) | |
tree | 4c5398432fea7d4e4301943c4a257df2b6b15070 /mix.exs | |
parent | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff) | |
download | pleroma-a851a24036e07db99f9d893ec9043f0d826ca877.tar.gz |
Downgrade Plug to 1.10.x, revert upload_limit tuple to function change
This should fix setting the upload limit in the database as found in:
https://queer.hacktivis.me/notice/A8XUZp74Cg7eYNEMxU
This reverts commit 7d350b73f58664eb822efaa5f522fcf2bd38f669.
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}, |