From e2ebbd80db09620edf93fafc7e7f5cd92781c572 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sat, 5 Aug 2023 19:35:07 +0200 Subject: [PATCH] Bump crystal-ameba/ameba to 1.5.0 Fixes issue with shards install in macOS Signed-off-by: Rostislav Svoboda --- shard.lock | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.lock b/shard.lock index 2a92e7662..54b499785 100644 --- a/shard.lock +++ b/shard.lock @@ -2,7 +2,7 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 1.3.1 + version: 1.5.0 cluster_tools: git: https://github.com/cnf-testsuite/cluster_tools.git diff --git a/shard.yml b/shard.yml index fc66cea37..e5fb0b19a 100644 --- a/shard.yml +++ b/shard.yml @@ -76,6 +76,6 @@ dependencies: development_dependencies: ameba: github: crystal-ameba/ameba - version: ~> 1.3.1 + version: ~> 1.5.0 license: MIT