From 3676c3257077318f67b3fc427a3ef1f8d76e829d 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 --- shard.lock | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.lock b/shard.lock index b5aae4a94..0fbc56639 100644 --- a/shard.lock +++ b/shard.lock @@ -6,7 +6,7 @@ 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 6c48f509d..eb07121c7 100644 --- a/shard.yml +++ b/shard.yml @@ -78,6 +78,6 @@ dependencies: development_dependencies: ameba: github: crystal-ameba/ameba - version: ~> 1.3.1 + version: ~> 1.5.0 license: MIT