Skip to content

Commit a262937

Browse files
Fix gemma dependency to use crimson-knight/gemma
Changed gemma dependency from amberframework/gemma to crimson-knight/gemma in both the hardcoded new.cr and template file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 93da16b commit a262937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/amber_cli/commands/new.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module AmberCLI::Commands
174174
175175
# File uploads (optional)
176176
gemma:
177-
github: amberframework/gemma
177+
github: crimson-knight/gemma
178178
179179
# Database adapters (all required by Grant at compile time)
180180
pg:

src/amber_cli/templates/app/shard.yml.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929

3030
# File uploads (optional)
3131
gemma:
32-
github: amberframework/gemma
32+
github: crimson-knight/gemma
3333

3434
# Database adapters (all required by Grant at compile time)
3535
pg:

0 commit comments

Comments
 (0)