Skip to content

Commit 8dc4318

Browse files
Widen gettext dependency to support 1.0 (#51) (#57)
1 parent baa4e92 commit 8dc4318

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Update arity for Bandit.Pipeline default run function
99
- Update function heads to address type warnings
1010
- Add comprehensive tests
11+
- Widen gettext dependency to support 0.21.x and 1.0.x
1112

1213
## 0.7.0
1314

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)