shard: pin dependencies

This fixes the following error when running "shards update":

    Fetching https://github.com/will/crystal-pg.git
    Fetching https://github.com/crystal-lang/crystal-db.git
    Fetching https://github.com/crystal-lang/crystal-sqlite3.git
    Error resolving db (~> 0.5.0, ~> 0.6.0)
This commit is contained in:
Leon Klingele 2019-08-04 11:23:11 +02:00
parent d4f7ed9ca1
commit 7f8eeb38a1
No known key found for this signature in database
GPG Key ID: 0C8AF48831EEC211

View File

@ -11,10 +11,13 @@ targets:
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.17.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.12.0
kemal:
github: kemalcr/kemal
version: ~> 0.25.2
crystal: 0.29.0