summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
committerLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
commit175ee9e6fec2f9262e4f9e31ce300bd77149b3a7 (patch)
tree974aa947a3bedb9dc76c0e400eab1b7d94502a0a /mix.exs
parentd91a823836f416dc0bdf0fe8527695d372dcb347 (diff)
parent16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff)
downloadpleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.tar.gz
pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unused_indexes
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs13
1 files changed, 4 insertions, 9 deletions
diff --git a/mix.exs b/mix.exs
index 027442e33..62ac1c1a0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,10 +4,10 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.5.51"),
+ version: version("2.5.52"),
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
- compilers: [:phoenix, :gettext] ++ Mix.compilers(),
+ compilers: [:phoenix] ++ Mix.compilers(),
elixirc_options: [warnings_as_errors: warnings_as_errors()],
xref: [exclude: [:eldap]],
start_permanent: Mix.env() == :prod,
@@ -78,8 +78,7 @@ defmodule Pleroma.Mixfile do
:comeonin,
:fast_sanitize,
:os_mon,
- :ssl,
- :esshd
+ :ssl
],
included_applications: [:ex_syslogger]
]
@@ -128,10 +127,7 @@ defmodule Pleroma.Mixfile do
{:plug_cowboy, "~> 2.3"},
# oban 2.14 requires Elixir 1.12+
{:oban, "~> 2.13.4"},
- {:gettext,
- git: "https://github.com/tusooa/gettext.git",
- ref: "72fb2496b6c5280ed911bdc3756890e7f38a4808",
- override: true},
+ {:gettext, "~> 0.20"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},
{:fast_sanitize, "~> 0.2.0"},
@@ -181,7 +177,6 @@ defmodule Pleroma.Mixfile do
{:joken, "~> 2.0"},
{:benchee, "~> 1.0"},
{:pot, "~> 1.0"},
- {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:flake_id, "~> 0.1.0"},