Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ flame_on-*.tar

.envrc

.claude/
.claude/
.mcp.json
CLAUDE.local.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Update arity for Bandit.Pipeline default run function
- Update function heads to address type warnings
- Add comprehensive tests
- Widen gettext dependency to support 0.21.x and 1.0.x

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule FlameOn.MixProject do
{:ex_doc, "~> 0.28.0", only: :dev, runtime: false},
{:ecto, "~> 3.7"},
{:meck, "~> 0.9.2"},
{:gettext, "~> 0.21"},
{:gettext, "~> 0.21 or ~> 1.0"},
{:jason, "~> 1.0"},
{:phoenix_ecto, "~> 4.6.1"},
{:phoenix_live_dashboard, "~> 0.8.3"},
Expand Down