diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-07 23:32:25 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-07 23:32:25 +0000 |
commit | 278674223d36f4d789dce92cd541c47b7e19b674 (patch) | |
tree | 08132bdc35510af55c5505b129010e7bc413f4ff /mix.exs | |
parent | 5bf59f8e66f0c341ee0e667c2d5d78f709f46af8 (diff) | |
parent | 2f4e9a068f334167ebf79d30b4366d1e2504b7ef (diff) | |
download | pleroma-278674223d36f4d789dce92cd541c47b7e19b674.tar.gz pleroma-278674223d36f4d789dce92cd541c47b7e19b674.zip |
Merge branch 'chore/bump-fast-sanitize' into 'develop'
Bump fast_sanitize to 0.1.1
Closes #1378
See merge request pleroma/pleroma!1949
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :swarm], included_applications: [:ex_syslogger] ] end @@ -108,9 +108,7 @@ defmodule Pleroma.Mixfile do {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, {:trailing_format_plug, "~> 0.0.7"}, - {:fast_sanitize, - git: "https://git.pleroma.social/pleroma/fast_sanitize.git", - ref: "1af67547a02a104e26c99d03012383e8643bc4c2"}, + {:fast_sanitize, "~> 0.1"}, {:html_entities, "~> 0.5", override: true}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, |