summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-09-15 14:53:58 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-09-15 14:53:58 +0300
commitb4cf74c1067b866574a63fbd25ccb12cc1fed619 (patch)
treebf3ece5c89d9023f9104808bdfc8baa9fe89ef14 /mix.exs
parent9c64a25713790fefa8b5c419aeadf55113c17073 (diff)
downloadpleroma-b4cf74c1067b866574a63fbd25ccb12cc1fed619.tar.gz
pleroma-b4cf74c1067b866574a63fbd25ccb12cc1fed619.zip
added prepare html for RichMedia.Parser
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 dfa530358..6f952fa12 100644
--- a/mix.exs
+++ b/mix.exs
@@ -131,7 +131,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_swoosh, "~> 0.2"},
{:gen_smtp, "~> 0.13"},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
- {:floki, "~> 0.20.0"},
+ {:floki, "~> 0.23.0"},
{:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"},
{:timex, "~> 3.5"},
{:ueberauth, "~> 0.4"},