From a368fc090553c766d0ebfcd08fc8e28fe15e793a Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 15 Sep 2026 18:12:57 -0300 Subject: [PATCH] chore(deps): update ameba to 1.6.4 and spectator to 1.12.4 --- shard.lock | 4 ++-- shard.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shard.lock b/shard.lock index 1265eda67..6b3ebc6e6 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.6.1 + version: 1.6.4 athena-negotiation: git: https://github.com/athena-framework/negotiation.git @@ -42,7 +42,7 @@ shards: spectator: git: https://github.com/icy-arctic-fox/spectator.git - version: 0.10.6 + version: 0.12.4 sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git diff --git a/shard.yml b/shard.yml index 0e62f6f6d..e65367801 100644 --- a/shard.yml +++ b/shard.yml @@ -35,10 +35,10 @@ dependencies: development_dependencies: spectator: github: icy-arctic-fox/spectator - version: ~> 0.10.4 + version: ~> 0.12.4 ameba: github: crystal-ameba/ameba - version: ~> 1.6.1 + version: ~> 1.6.4 crystal: ">= 1.14.1, < 2.0.0"