Эх сурвалжийг харах

[crystal|kemal] Update dependencies (#9063)

Petrik de Heus 1 жил өмнө
parent
commit
24acdc5e62

+ 1 - 1
frameworks/Crystal/kemal/kemal-concurrent-queries.dockerfile

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:0.32.1
+FROM crystallang/crystal:1.12.1
 
 WORKDIR /kemal
 COPY views views

+ 1 - 1
frameworks/Crystal/kemal/kemal.dockerfile

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:0.32.1
+FROM crystallang/crystal:1.12.1
 
 WORKDIR /kemal
 COPY views views

+ 21 - 21
frameworks/Crystal/kemal/shard.lock

@@ -1,38 +1,38 @@
-version: 1.0
+version: 2.0
 shards:
+  backtracer:
+    git: https://github.com/sija/backtracer.cr.git
+    version: 1.2.2
+
   commander:
-    github: snluu/commander
-    commit: 9396efd427f06f0f6de5206f6e81d54fcd254abe
+    git: https://github.com/snluu/commander.git
+    version: 0.1.0+git.commit.9396efd427f06f0f6de5206f6e81d54fcd254abe
 
   db:
-    github: crystal-lang/crystal-db
-    version: 0.8.0
+    git: https://github.com/crystal-lang/crystal-db.git
+    version: 0.13.1
 
   exception_page:
-    github: crystal-loot/exception_page
-    version: 0.1.2
+    git: https://github.com/crystal-loot/exception_page.git
+    version: 0.4.1
 
   kemal:
-    github: kemalcr/kemal
-    version: 0.26.1
-
-  kilt:
-    github: jeromegn/kilt
-    version: 0.4.0
+    git: https://github.com/kemalcr/kemal.git
+    version: 1.5.0
 
   pg:
-    github: will/crystal-pg
-    version: 0.20.0
+    git: https://github.com/will/crystal-pg.git
+    version: 0.28.0
 
   pool:
-    github: ysbaddaden/pool
-    version: 0.2.3
+    git: https://github.com/ysbaddaden/pool.git
+    version: 0.3.0
 
   radix:
-    github: luislavena/radix
-    version: 0.3.9
+    git: https://github.com/luislavena/radix.git
+    version: 0.4.1
 
   redis:
-    github: stefanwille/crystal-redis
-    version: 2.5.3
+    git: https://github.com/stefanwille/crystal-redis.git
+    version: 2.8.0
 

+ 3 - 3
frameworks/Crystal/kemal/shard.yml

@@ -6,12 +6,12 @@ license: MIT
 dependencies:
   pg:
     github: will/crystal-pg
-    version: 0.20.0
+    version: 0.28.0
   kemal:
     github: kemalcr/kemal
-    version: 0.26.1
+    version: 1.5.0
   redis:
     github: stefanwille/crystal-redis
-    version: 2.5.3
+    version: 2.8.0
   commander:
     github: snluu/commander