diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-15 14:53:58 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-15 14:53:58 +0300 |
commit | b4cf74c1067b866574a63fbd25ccb12cc1fed619 (patch) | |
tree | bf3ece5c89d9023f9104808bdfc8baa9fe89ef14 /mix.exs | |
parent | 9c64a25713790fefa8b5c419aeadf55113c17073 (diff) | |
download | pleroma-b4cf74c1067b866574a63fbd25ccb12cc1fed619.tar.gz pleroma-b4cf74c1067b866574a63fbd25ccb12cc1fed619.zip |
added prepare html for RichMedia.Parser
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |