Closed alxkravchuk closed 3 years ago
Not sure what caused this error, as I don't have it, running shards install now and even shards update
Looks like this is how you resolve this issue. Not entirely happy with it. Outlined here: crystal-lang/shards/pull/422
For your case, create a shard.override.yml
in your project root with the following contents
dependencies:
retriable:
github: Sija/retriable.cr
my shards.yml
Problem:
I think spider-gazelle/rethinkdb-orm dependencies are conflicting with kingsleyh/crystal-rethinkdb dependencies.
spider-gazelle/rethinkdb-orm:
kingsleyh/crystal-rethinkdb:
What can i do?