Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ shards:

pool:
git: https://github.com/ysbaddaden/pool.git
version: 0.3.0
version: 0.2.4

promise:
git: https://github.com/spider-gazelle/promise.git
version: 3.2.0

redis:
redis: # Overridden
git: https://github.com/stefanwille/crystal-redis.git
version: 2.7.0+git.commit.e81d33945592688c07add1274b811c06d0e4ee26
version: 2.9.1

redis-cluster:
git: https://github.com/place-labs/redis-cluster.cr.git
Expand Down
3 changes: 3 additions & 0 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ dependencies:
ulid:
github: place-labs/ulid
branch: master

redis:
github: stefanwille/crystal-redis
Loading