Skip to content

Commit f42eec1

Browse files
authored
Merge pull request #4 from drujensen/update_kemalyst
update to latest kemalyst
2 parents 387f5ef + 98512c8 commit f42eec1

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM drujensen/crystal
1+
FROM drujensen/crystal:0.19.4
22

33
ADD . /app/user
44
WORKDIR /app/user
55

6-
RUN shards update
6+
RUN crystal deps
77

88
CMD ["crystal", "spec"]
99

shard.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
version: 1.0
22
shards:
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

shard.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ license: MIT
99
dependencies:
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

1717
development_dependencies:
1818
mocks:
1919
github: waterlink/mocks.cr
20-
branch: master

0 commit comments

Comments
 (0)