File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed
Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1- FROM drujensen/crystal
1+ FROM drujensen/crystal:0.19.4
22
33ADD . /app/user
44WORKDIR /app/user
55
6- RUN shards update
6+ RUN crystal deps
77
88CMD ["crystal" , "spec" ]
99
Original file line number Diff line number Diff line change 11version: 1.0
22shards:
3+ db:
4+ github: crystal-lang/crystal-db
5+ version: 0.2.0
6+
37 delimiter_tree:
48 github: drujensen/delimiter_tree
5- commit: eeddecd0475710adb6414595e6144bfdce3a95f1
9+ version: 0.1.0
610
711 kemalyst:
812 github: drujensen/kemalyst
9- commit: d5c238029a0d7b1e2e1d80cd29d66a580105b3fc
13+ version: 0.2.1
1014
1115 kemalyst-model:
1216 github: drujensen/kemalyst-model
13- commit: 5185a33176a6196e20f76cd4a244bd04dce8bdc2
17+ version: 0.2.0
1418
1519 kemalyst-validators:
1620 github: drujensen/kemalyst-validators
17- commit: 850824241c31077221d3a254db421de6024b4bd2
21+ version: 0.1.0
1822
1923 kilt:
2024 github: jeromegn/kilt
2125 commit: adf515f1212fe985dbc9da561f02ade11bfe8e5f
2226
2327 mocks:
2428 github: waterlink/mocks.cr
25- commit: 6e7f0203158ba09a466d84e23375bc6ebd4c36c7
29+ version: 0.9.3
2630
2731 pg:
28- github: will/crystal-pg
29- commit: cafe0b858007ad09ee67253c90d41ed7647628c4
30-
31- pool:
32- github: ysbaddaden/pool
33- commit: c4ecfad1b87fbd8c6484d1fd536ccfd14c40cc94
32+ github: asterite/crystal-pg
33+ commit: 505cfac4b224ee48b905ad62c89700f68cef9e00
3434
3535 singleton:
3636 github: waterlink/singleton.cr
Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ license: MIT
99dependencies :
1010 kemalyst :
1111 github : drujensen/kemalyst
12- branch : master
12+
1313 pg :
14- github : will /crystal-pg
15- branch : master
14+ github : asterite /crystal-pg
15+ branch : feature/db
1616
1717development_dependencies :
1818 mocks :
1919 github : waterlink/mocks.cr
20- branch : master
You can’t perform that action at this time.
0 commit comments