summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2023-08-07 21:07:29 +0200
committerSamantaz Fox <coding@samantaz.fr>2023-08-07 21:07:29 +0200
commit4195dcd3cf26e08a7f6c607e17799998636439b1 (patch)
treefe7eb1871f5aca13760dcf42e4168dadde116476
parent701f03d5e88a8f3c92575965e39b8f96b59f71f9 (diff)
parent0d27eef047d24f8c7b3f9528502bc5828cad3c73 (diff)
downloadinvidious-4195dcd3cf26e08a7f6c607e17799998636439b1.tar.gz
invidious-4195dcd3cf26e08a7f6c607e17799998636439b1.tar.bz2
invidious-4195dcd3cf26e08a7f6c607e17799998636439b1.zip
Shards: Update ameba version and fix typo (#4033)
-rw-r--r--shard.lock7
-rw-r--r--shard.yml4
2 files changed, 6 insertions, 5 deletions
diff --git a/shard.lock b/shard.lock
index 55fcfe46..efb60a59 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: 1.5.0
+
athena-negotiation:
git: https://github.com/athena-framework/negotiation.git
version: 0.1.1
@@ -44,6 +48,3 @@ shards:
git: https://github.com/crystal-lang/crystal-sqlite3.git
version: 0.18.0
- ameba:
- git: https://github.com/crystal-ameba/ameba.git
- version: 0.14.3
diff --git a/shard.yml b/shard.yml
index e929160d..be06a7df 100644
--- a/shard.yml
+++ b/shard.yml
@@ -3,7 +3,7 @@ version: 0.20.1
authors:
- Omar Roth <omarroth@protonmail.com>
- - Invidous team
+ - Invidious team
targets:
invidious:
@@ -35,7 +35,7 @@ development_dependencies:
version: ~> 0.10.4
ameba:
github: crystal-ameba/ameba
- version: ~> 0.14.3
+ version: ~> 1.5.0
crystal: ">= 1.0.0, < 2.0.0"