summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-11 00:04:06 +0000
committerrinpatch <rinpatch@sdf.org>2020-02-11 00:04:06 +0000
commit94e5ca11054567e0edc15ef3a350f02c386d3ead (patch)
tree36f42f1532c76e44d3959e368a046bff474aea3b /mix.exs
parenta7287e2e3a9291469c489a5a1df26480fdeab3a3 (diff)
parent6813c0302c2b665d337d5f5831d2df6312b6b277 (diff)
downloadpleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.tar.gz
pleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.zip
Merge branch 'issue/1383' into 'develop'
[#1383] Switch periodic jobs from quantum to oban See merge request pleroma/pleroma!2015
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 3 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index f6794f126..3e3eac521 100644
--- a/mix.exs
+++ b/mix.exs
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do
def application do
[
mod: {Pleroma.Application, []},
- extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :swarm],
+ extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize],
included_applications: [:ex_syslogger]
]
end
@@ -108,8 +108,7 @@ defmodule Pleroma.Mixfile do
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.3.2"},
{:postgrex, ">= 0.13.5"},
- {:oban, "~> 0.12.0"},
- {:quantum, "~> 2.3"},
+ {:oban, "~> 0.12.1"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},
{:pbkdf2_elixir, "~> 0.12.3"},
@@ -163,7 +162,7 @@ defmodule Pleroma.Mixfile do
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
- {:excoveralls, "~> 0.11.1", only: :test},
+ {:excoveralls, "~> 0.12.1", only: :test},
{:flake_id, "~> 0.1.0"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",