From 99a01ae9a5b42ea527fded00f06b2d74144c3f06 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 3 Nov 2025 17:32:41 +0000 Subject: [PATCH] Pin gettext to 1.0.0 --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d26f01c7..2daa5ec2 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,9 @@ defmodule MusicLibrary.MixProject do {:circular_buffer, "~> 1.0", override: true}, # Translations - {:gettext, "~> 1.0"}, + # Pinned until there's a fix for the issue caused by + # https://github.com/elixir-gettext/gettext/pull/423 + {:gettext, "== 1.0.0"}, # Web Server {:bandit, "~> 1.5"},