From d8c12f01885cb1f474d90af349c60740aa201939 Mon Sep 17 00:00:00 2001 From: icyleaf Date: Thu, 22 Apr 2021 18:14:11 +0800 Subject: [PATCH] upgrade redis shard --- .circleci/config.yml | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ef8dc4..c44f8e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: command: crystal version - run: name: "Install dependencies" - command: shards install --ignore-crystal-version + command: shards install - run: name: "Run code format check" command: | diff --git a/shard.yml b/shard.yml index b82e575..64019ec 100644 --- a/shard.yml +++ b/shard.yml @@ -17,7 +17,7 @@ development_dependencies: version: ~> 0.4.0 redis: github: stefanwille/crystal-redis - version: ~> 2.6.0 + version: ~> 2.7.0 etcd: github: icyleaf/etcd-crystal version: ~> 0.4.0