File tree Expand file tree Collapse file tree 4 files changed +26
-26
lines changed Expand file tree Collapse file tree 4 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM crystallang/crystal:0.32 .1
1
+ FROM crystallang/crystal:1.12 .1
2
2
3
3
WORKDIR /kemal
4
4
COPY views views
Original file line number Diff line number Diff line change 1
- FROM crystallang/crystal:0.32 .1
1
+ FROM crystallang/crystal:1.12 .1
2
2
3
3
WORKDIR /kemal
4
4
COPY views views
Original file line number Diff line number Diff line change 1
- version: 1 .0
1
+ version: 2 .0
2
2
shards:
3
+ backtracer:
4
+ git: https://github.com/sija/backtracer.cr.git
5
+ version: 1.2.2
6
+
3
7
commander:
4
- github: snluu/commander
5
- commit: 9396efd427f06f0f6de5206f6e81d54fcd254abe
8
+ git: https://github.com/ snluu/commander.git
9
+ version: 0.1.0+git.commit. 9396efd427f06f0f6de5206f6e81d54fcd254abe
6
10
7
11
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
10
14
11
15
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
14
18
15
19
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
22
22
23
23
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
26
26
27
27
pool:
28
- github: ysbaddaden/pool
29
- version: 0.2.3
28
+ git: https://github.com/ ysbaddaden/pool.git
29
+ version: 0.3.0
30
30
31
31
radix:
32
- github: luislavena/radix
33
- version: 0.3.9
32
+ git: https://github.com/ luislavena/radix.git
33
+ version: 0.4.1
34
34
35
35
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
38
38
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ license: MIT
6
6
dependencies :
7
7
pg :
8
8
github : will/crystal-pg
9
- version : 0.20 .0
9
+ version : 0.28 .0
10
10
kemal :
11
11
github : kemalcr/kemal
12
- version : 0.26.1
12
+ version : 1.5.0
13
13
redis :
14
14
github : stefanwille/crystal-redis
15
- version : 2.5.3
15
+ version : 2.8.0
16
16
commander :
17
17
github : snluu/commander
You can’t perform that action at this time.
0 commit comments