Bläddra i källkod

[crystal] Update to 1.18.2 (#10390)

Petrik de Heus 1 vecka sedan
förälder
incheckning
55edd012f6

+ 1 - 1
frameworks/Crystal/crystal/crystal-radix.dockerfile

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:1.12.1
+FROM crystallang/crystal:1.18.2
 
 
 WORKDIR /crystal
 WORKDIR /crystal
 COPY shard.yml shard.yml
 COPY shard.yml shard.yml

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

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:1.12.1
+FROM crystallang/crystal:1.18.2
 
 
 WORKDIR /crystal
 WORKDIR /crystal
 COPY shard.yml shard.yml
 COPY shard.yml shard.yml

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

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:1.14.0
+FROM crystallang/crystal:1.18.2
 
 
 WORKDIR /lucky
 WORKDIR /lucky
 COPY shard.lock shard.lock
 COPY shard.lock shard.lock

+ 1 - 1
frameworks/Crystal/lucky/shard.lock

@@ -6,7 +6,7 @@ shards:
 
 
   backtracer:
   backtracer:
     git: https://github.com/sija/backtracer.cr.git
     git: https://github.com/sija/backtracer.cr.git
-    version: 1.2.2
+    version: 1.2.4
 
 
   cadmium_transliterator:
   cadmium_transliterator:
     git: https://github.com/cadmiumcr/transliterator.git
     git: https://github.com/cadmiumcr/transliterator.git

+ 8 - 16
frameworks/Crystal/spider-gazelle/shard.lock

@@ -2,7 +2,7 @@ version: 2.0
 shards:
 shards:
   action-controller:
   action-controller:
     git: https://github.com/spider-gazelle/action-controller.git
     git: https://github.com/spider-gazelle/action-controller.git
-    version: 7.4.3
+    version: 7.6.1
 
 
   active-model:
   active-model:
     git: https://github.com/spider-gazelle/active-model.git
     git: https://github.com/spider-gazelle/active-model.git
@@ -10,7 +10,7 @@ shards:
 
 
   backtracer:
   backtracer:
     git: https://github.com/sija/backtracer.cr.git
     git: https://github.com/sija/backtracer.cr.git
-    version: 1.2.2
+    version: 1.2.4
 
 
   db:
   db:
     git: https://github.com/crystal-lang/crystal-db.git
     git: https://github.com/crystal-lang/crystal-db.git
@@ -18,7 +18,7 @@ shards:
 
 
   eventbus:
   eventbus:
     git: https://github.com/spider-gazelle/eventbus.git
     git: https://github.com/spider-gazelle/eventbus.git
-    version: 1.0.0+git.commit.af63536d718348885a553dc4aa6debccc2946289
+    version: 1.0.1+git.commit.a707ac06aba16ba6070ff4972acfd839f1f05e15
 
 
   exception_page:
   exception_page:
     git: https://github.com/crystal-loot/exception_page.git
     git: https://github.com/crystal-loot/exception_page.git
@@ -30,7 +30,7 @@ shards:
 
 
   hot_topic:
   hot_topic:
     git: https://github.com/jgaskins/hot_topic.git
     git: https://github.com/jgaskins/hot_topic.git
-    version: 0.1.0+git.commit.3c901e77b6e000930398738260a2944b6f5785dc
+    version: 0.1.0+git.commit.4eafc046ed4d98bbab7a4534da57e163ea16b6c6
 
 
   http-params-serializable:
   http-params-serializable:
     git: https://github.com/place-labs/http-params-serializable.git
     git: https://github.com/place-labs/http-params-serializable.git
@@ -38,7 +38,7 @@ shards:
 
 
   json-schema:
   json-schema:
     git: https://github.com/spider-gazelle/json-schema.git
     git: https://github.com/spider-gazelle/json-schema.git
-    version: 1.3.1
+    version: 1.3.2
 
 
   kilt:
   kilt:
     git: https://github.com/jeromegn/kilt.git
     git: https://github.com/jeromegn/kilt.git
@@ -46,21 +46,13 @@ shards:
 
 
   lucky_router:
   lucky_router:
     git: https://github.com/luckyframework/lucky_router.git
     git: https://github.com/luckyframework/lucky_router.git
-    version: 0.6.0
+    version: 0.6.1
 
 
   pg:
   pg:
     git: https://github.com/will/crystal-pg.git
     git: https://github.com/will/crystal-pg.git
-    version: 0.28.0
+    version: 0.29.0
 
 
   pg-orm:
   pg-orm:
     git: https://github.com/spider-gazelle/pg-orm.git
     git: https://github.com/spider-gazelle/pg-orm.git
-    version: 1.1.2+git.commit.9b340ee269cd4a10ed6c5b51235cbaf45fc380e1
-
-  pool:
-    git: https://github.com/ysbaddaden/pool.git
-    version: 0.2.4
-
-  redis:
-    git: https://github.com/stefanwille/crystal-redis.git
-    version: 2.9.1
+    version: 2.1.0
 
 

+ 1 - 1
frameworks/Crystal/spider-gazelle/spider-gazelle.dockerfile

@@ -1,4 +1,4 @@
-FROM crystallang/crystal:1.14.0
+FROM crystallang/crystal:1.18.2
 
 
 WORKDIR /usr/src/app
 WORKDIR /usr/src/app