-
Notifications
You must be signed in to change notification settings - Fork 55
/
shard.yml
40 lines (36 loc) · 913 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: jennifer
version: 0.13.0
authors:
- Roman Kalnytskyi <[email protected]>
crystal: ">= 1.0.0"
license: MIT
development_dependencies:
mysql:
github: crystal-lang/crystal-mysql
version: "= 0.16.0" # FIXME: can be upgraded once micrate is fixed
pg:
github: will/crystal-pg
version: "= 0.28.0" # FIXME: can be upgraded once micrate is fixed
factory:
github: imdrasil/factory
version: "~> 0.1.5"
sam:
github: imdrasil/sam.cr
version: "~> 0.5.0"
ameba:
github: crystal-ameba/ameba
version: "~> 1.6.1"
# TODO: uncomment once micrate supports the latest versions
# micrate:
# github: "amberframework/micrate"
# version: "= 0.15.1"
dependencies:
wordsmith:
github: luckyframework/wordsmith
version: ">= 0.3.0"
ifrit:
github: imdrasil/ifrit
version: "= 0.1.3"
i18n:
github: crimson-knight/i18n.cr
version: "~> 0.4.1"