summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-11-25 21:48:18 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-11-25 21:48:18 +0300
commit62993db499ca565cdb0a404f9668528971adf9dd (patch)
tree82aed196eee45e09e36b500b948235674d817530 /mix.exs
parent12a5981cc3da65b7f2763d0ec05871b0986234f5 (diff)
parent7a8be68241c9872a4271b53c30ebdc34f9ecf41d (diff)
downloadpleroma-62993db499ca565cdb0a404f9668528971adf9dd.tar.gz
pleroma-62993db499ca565cdb0a404f9668528971adf9dd.zip
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index be7fe29d8..7f6dae813 100644
--- a/mix.exs
+++ b/mix.exs
@@ -37,7 +37,8 @@ defmodule Pleroma.Mixfile do
pleroma: [
include_executables_for: [:unix],
applications: [ex_syslogger: :load, syslog: :load, eldap: :transient],
- steps: [:assemble, &put_otp_version/1, &copy_files/1, &copy_nginx_config/1]
+ steps: [:assemble, &put_otp_version/1, &copy_files/1, &copy_nginx_config/1],
+ config_providers: [{Pleroma.Config.ReleaseRuntimeProvider, nil}]
]
]
]
@@ -157,7 +158,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.2.0"},
+ {:linkify, "~> 0.3.0"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},