summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2023-06-02 15:41:40 +0000
committerfeld <feld@feld.me>2023-06-02 15:41:40 +0000
commit86b38dd14bece668e8fd4d244cbc8248aa96361f (patch)
treeeff0145d57fb490236a3d9c09ff03df87f0f99ca /mix.exs
parent2e45be2653f662f60e87fce56aa3c256e20bd1fb (diff)
parente8d35256653d196fd7c0daba8673a74dfe40a8e8 (diff)
downloadpleroma-86b38dd14bece668e8fd4d244cbc8248aa96361f.tar.gz
pleroma-86b38dd14bece668e8fd4d244cbc8248aa96361f.zip
Merge branch 'develop' into 'phoenix1.7'
# Conflicts: # mix.exs
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 1 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 771b491b8..2258d1777 100644
--- a/mix.exs
+++ b/mix.exs
@@ -129,10 +129,7 @@ defmodule Pleroma.Mixfile do
{:plug_cowboy, "~> 2.5"},
# 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"},