diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-17 21:20:08 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-17 21:20:08 +0300 |
commit | 7dd51652f96db8479fb3848c3a993b74b7246d27 (patch) | |
tree | eb8736f2a8312660aab215589dd9a0304d49f856 /mix.exs | |
parent | d75bc728e7e309174373e234079aa4825c81ab3e (diff) | |
parent | 7318095657175ff05a09af83b981110a58026cf9 (diff) | |
download | pleroma-7dd51652f96db8479fb3848c3a993b74b7246d27.tar.gz pleroma-7dd51652f96db8479fb3848c3a993b74b7246d27.zip |
Merge branch 'develop' into issue/733
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -101,7 +101,7 @@ defmodule Pleroma.Mixfile do {:phoenix_ecto, "~> 4.0"}, {:ecto_sql, "~> 3.1"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 0.7"}, + {:oban, "~> 0.8.1"}, {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, @@ -133,7 +133,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"}, @@ -144,6 +144,7 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, {:telemetry, "~> 0.3"}, + {:poolboy, "~> 1.5"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.3"}, |