Skip to content

Commit 7423cd3

Browse files
Widen gettext dependency to support 0.21.x and 1.0.x
Closes #51
1 parent baa4e92 commit 7423cd3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ flame_on-*.tar
3131

3232
.envrc
3333

34-
.claude/
34+
.claude/
35+
.mcp.json
36+
CLAUDE.local.md

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defmodule FlameOn.MixProject do
6060
{:ex_doc, "~> 0.28.0", only: :dev, runtime: false},
6161
{:ecto, "~> 3.7"},
6262
{:meck, "~> 0.9.2"},
63-
{:gettext, "~> 0.21"},
63+
{:gettext, "~> 0.21 or ~> 1.0"},
6464
{:jason, "~> 1.0"},
6565
{:phoenix_ecto, "~> 4.6.1"},
6666
{:phoenix_live_dashboard, "~> 0.8.3"},

0 commit comments

Comments
 (0)