Browse Source

[crystal] Updating Lucky to v0.25.0 (#6212)

Matthew McGarvey 4 years ago
parent
commit
5bc68cbc86
2 changed files with 7 additions and 7 deletions
  1. 6 6
      frameworks/Crystal/lucky/shard.lock
  2. 1 1
      frameworks/Crystal/lucky/shard.yml

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

@@ -2,7 +2,7 @@ version: 2.0
 shards:
 shards:
   avram:
   avram:
     git: https://github.com/luckyframework/avram.git
     git: https://github.com/luckyframework/avram.git
-    version: 0.17.0
+    version: 0.18.0
 
 
   blank:
   blank:
     git: https://github.com/kostya/blank.git
     git: https://github.com/kostya/blank.git
@@ -14,7 +14,7 @@ shards:
 
 
   db:
   db:
     git: https://github.com/crystal-lang/crystal-db.git
     git: https://github.com/crystal-lang/crystal-db.git
-    version: 0.9.0
+    version: 0.10.0
 
 
   dexter:
   dexter:
     git: https://github.com/luckyframework/dexter.git
     git: https://github.com/luckyframework/dexter.git
@@ -34,19 +34,19 @@ shards:
 
 
   lucky:
   lucky:
     git: https://github.com/luckyframework/lucky.git
     git: https://github.com/luckyframework/lucky.git
-    version: 0.24.0
+    version: 0.25.0
 
 
   lucky_cli:
   lucky_cli:
     git: https://github.com/luckyframework/lucky_cli.git
     git: https://github.com/luckyframework/lucky_cli.git
-    version: 0.24.0
+    version: 0.25.0
 
 
   lucky_router:
   lucky_router:
     git: https://github.com/luckyframework/lucky_router.git
     git: https://github.com/luckyframework/lucky_router.git
-    version: 0.3.1
+    version: 0.4.0
 
 
   pg:
   pg:
     git: https://github.com/will/crystal-pg.git
     git: https://github.com/will/crystal-pg.git
-    version: 0.21.1
+    version: 0.22.1
 
 
   pulsar:
   pulsar:
     git: https://github.com/luckyframework/pulsar.git
     git: https://github.com/luckyframework/pulsar.git

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

@@ -13,4 +13,4 @@ crystal: 0.35.1
 dependencies:
 dependencies:
   lucky:
   lucky:
     github: luckyframework/lucky
     github: luckyframework/lucky
-    version: ~> 0.24.0
+    version: ~> 0.25.0