From dd3c32bf67da2b6629da1e6aa139d86e13a1e082 Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Thu, 30 Oct 2025 14:22:20 +0800 Subject: [PATCH] chore: bump shard version --- shard.lock | 6 +++--- shard.override.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/shard.lock b/shard.lock index f6dedade..00e1d09f 100644 --- a/shard.lock +++ b/shard.lock @@ -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 diff --git a/shard.override.yml b/shard.override.yml index 46bfaa79..6644e35c 100644 --- a/shard.override.yml +++ b/shard.override.yml @@ -9,3 +9,6 @@ dependencies: ulid: github: place-labs/ulid branch: master + + redis: + github: stefanwille/crystal-redis \ No newline at end of file