Skip to content

Commit 24acdc5

Browse files
authored
[crystal|kemal] Update dependencies (#9063)
1 parent 1e7c4e8 commit 24acdc5

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

frameworks/Crystal/kemal/kemal-concurrent-queries.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.32.1
1+
FROM crystallang/crystal:1.12.1
22

33
WORKDIR /kemal
44
COPY views views

frameworks/Crystal/kemal/kemal.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.32.1
1+
FROM crystallang/crystal:1.12.1
22

33
WORKDIR /kemal
44
COPY views views

frameworks/Crystal/kemal/shard.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
version: 1.0
1+
version: 2.0
22
shards:
3+
backtracer:
4+
git: https://github.com/sija/backtracer.cr.git
5+
version: 1.2.2
6+
37
commander:
4-
github: snluu/commander
5-
commit: 9396efd427f06f0f6de5206f6e81d54fcd254abe
8+
git: https://github.com/snluu/commander.git
9+
version: 0.1.0+git.commit.9396efd427f06f0f6de5206f6e81d54fcd254abe
610

711
db:
8-
github: crystal-lang/crystal-db
9-
version: 0.8.0
12+
git: https://github.com/crystal-lang/crystal-db.git
13+
version: 0.13.1
1014

1115
exception_page:
12-
github: crystal-loot/exception_page
13-
version: 0.1.2
16+
git: https://github.com/crystal-loot/exception_page.git
17+
version: 0.4.1
1418

1519
kemal:
16-
github: kemalcr/kemal
17-
version: 0.26.1
18-
19-
kilt:
20-
github: jeromegn/kilt
21-
version: 0.4.0
20+
git: https://github.com/kemalcr/kemal.git
21+
version: 1.5.0
2222

2323
pg:
24-
github: will/crystal-pg
25-
version: 0.20.0
24+
git: https://github.com/will/crystal-pg.git
25+
version: 0.28.0
2626

2727
pool:
28-
github: ysbaddaden/pool
29-
version: 0.2.3
28+
git: https://github.com/ysbaddaden/pool.git
29+
version: 0.3.0
3030

3131
radix:
32-
github: luislavena/radix
33-
version: 0.3.9
32+
git: https://github.com/luislavena/radix.git
33+
version: 0.4.1
3434

3535
redis:
36-
github: stefanwille/crystal-redis
37-
version: 2.5.3
36+
git: https://github.com/stefanwille/crystal-redis.git
37+
version: 2.8.0
3838

frameworks/Crystal/kemal/shard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ license: MIT
66
dependencies:
77
pg:
88
github: will/crystal-pg
9-
version: 0.20.0
9+
version: 0.28.0
1010
kemal:
1111
github: kemalcr/kemal
12-
version: 0.26.1
12+
version: 1.5.0
1313
redis:
1414
github: stefanwille/crystal-redis
15-
version: 2.5.3
15+
version: 2.8.0
1616
commander:
1717
github: snluu/commander

0 commit comments

Comments
 (0)