Browse Source

Crystal/spider-gazelle fix tests by locking down versions (#5001)

Nate 6 years ago
parent
commit
eb76893ab8
1 changed files with 5 additions and 4 deletions
  1. 5 4
      frameworks/Crystal/spider-gazelle/shard.yml

+ 5 - 4
frameworks/Crystal/spider-gazelle/shard.yml

@@ -4,25 +4,26 @@ version: 1.0.0
 dependencies:
   action-controller:
     github: spider-gazelle/action-controller
-    version: "~> 1.4"
+    version: "1.4.2"
 
   granite:
     github: amberframework/granite
-    version: "~> 0.15"
+    version: "0.15.0"
 
   # https://github.com/jeromegn/kilt
   # Generic template interface for Crystal
   kilt:
     github: jeromegn/kilt
-    version: "~> 0.3"
+    version: "0.4.0"
 
   pg:
     github: will/crystal-pg
-    version: "~> 0.15"
+    version: "0.15.0"
 
 development_dependencies:
   ameba:
     github: veelenga/ameba
+    version: "0.8.1"
 
 # compile target
 targets: