Skip to content

Commit

Permalink
upgrade redis shard
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 22, 2021
1 parent abdd4f6 commit d8c12f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8c12f0

Please sign in to comment.