Skip to content

Commit

Permalink
[crystal/kemal] Update crystal and Kemal (#9368)
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 authored Nov 4, 2024
1 parent fb4a84f commit 180eba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frameworks/Crystal/kemal/kemal.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.12.1
FROM crystallang/crystal:1.14.0

WORKDIR /kemal
COPY views views
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Crystal/kemal/shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shards:

kemal:
git: https://github.com/kemalcr/kemal.git
version: 1.5.0
version: 1.6.0

pg:
git: https://github.com/will/crystal-pg.git
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Crystal/kemal/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
version: 0.28.0
kemal:
github: kemalcr/kemal
version: 1.5.0
version: 1.6.0
redis:
github: stefanwille/crystal-redis
version: 2.8.0
Expand Down

0 comments on commit 180eba8

Please sign in to comment.