From ea3abe6069bce1eb1737218112f2a649cfa50ef0 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 13:15:38 +0100 Subject: [PATCH 1/4] Bump 'sqlite3' to v0.19.0 and 'pg' to v0.26.0 --- shard.lock | 6 +++--- shard.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shard.lock b/shard.lock index be4333c1..65f144e4 100644 --- a/shard.lock +++ b/shard.lock @@ -10,7 +10,7 @@ shards: db: git: https://github.com/crystal-lang/crystal-db.git - version: 0.10.1 + version: 0.11.0 exception_page: git: https://github.com/crystal-loot/exception_page.git @@ -30,7 +30,7 @@ shards: pg: git: https://github.com/will/crystal-pg.git - version: 0.24.0 + version: 0.26.0 protodec: git: https://github.com/iv-org/protodec.git @@ -46,7 +46,7 @@ shards: sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git - version: 0.18.0 + version: 0.19.0 ameba: git: https://github.com/crystal-ameba/ameba.git diff --git a/shard.yml b/shard.yml index bf382ec3..508205ad 100644 --- a/shard.yml +++ b/shard.yml @@ -12,10 +12,10 @@ targets: dependencies: pg: github: will/crystal-pg - version: ~> 0.24.0 + version: ~> 0.26.0 sqlite3: github: crystal-lang/crystal-sqlite3 - version: ~> 0.18.0 + version: ~> 0.19.0 kemal: github: kemalcr/kemal version: ~> 1.1.0 From 3fc0f72f3acfa6b70615041017fe4066ab6c076a Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 13:19:40 +0100 Subject: [PATCH 2/4] Bump 'spectator' to v0.10.5 --- shard.lock | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.lock b/shard.lock index 65f144e4..d7d3c9e3 100644 --- a/shard.lock +++ b/shard.lock @@ -42,7 +42,7 @@ shards: spectator: git: https://github.com/icy-arctic-fox/spectator.git - version: 0.10.4 + version: 0.10.5 sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git diff --git a/shard.yml b/shard.yml index 508205ad..b1b5dc83 100644 --- a/shard.yml +++ b/shard.yml @@ -32,7 +32,7 @@ dependencies: development_dependencies: spectator: github: icy-arctic-fox/spectator - version: ~> 0.10.4 + version: ~> 0.10.5 ameba: github: crystal-ameba/ameba version: ~> 0.14.3 From ea3331840d48af8249c6f6f11b8d8b01773d4eb5 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 13:21:52 +0100 Subject: [PATCH 3/4] Fix typo in shard.yml --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index b1b5dc83..969048a6 100644 --- a/shard.yml +++ b/shard.yml @@ -3,7 +3,7 @@ version: 0.20.1 authors: - Omar Roth - - Invidous team + - Invidious team targets: invidious: From 3da0287ede7bcda06ea2cd4f7dce8d26db4eee96 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 13:23:17 +0100 Subject: [PATCH 4/4] Let 'shards update' sort the shard.lock file --- shard.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shard.lock b/shard.lock index d7d3c9e3..c7cd10cd 100644 --- a/shard.lock +++ b/shard.lock @@ -1,5 +1,9 @@ version: 2.0 shards: + ameba: + git: https://github.com/crystal-ameba/ameba.git + version: 0.14.3 + athena-negotiation: git: https://github.com/athena-framework/negotiation.git version: 0.1.1 @@ -47,7 +51,3 @@ shards: sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git version: 0.19.0 - - ameba: - git: https://github.com/crystal-ameba/ameba.git - version: 0.14.3