[crystal-lang] Update dependencies to remedy build failure (#18755)

* Updated crystal dependencies to remedy build failure with a mutually conflicting library version.

* Samples updated from running PR-suggested build.
This commit is contained in:
Jonathan Siegel
2024-05-26 12:15:13 +09:00
committed by GitHub
parent 22f18fad91
commit e6f372992e
2 changed files with 4 additions and 4 deletions

View File

@@ -8,12 +8,12 @@ crystal: ">= 0.35.1"
dependencies: dependencies:
crest: crest:
github: mamantoha/crest github: mamantoha/crest
version: ~> 0.26.0 version: ~> 1.3.13
development_dependencies: development_dependencies:
kemal: kemal:
github: kemalcr/kemal github: kemalcr/kemal
version: ~>0.27.0 version: ~>1.5.0
ameba: ameba:
github: crystal-ameba/ameba github: crystal-ameba/ameba

View File

@@ -8,12 +8,12 @@ crystal: ">= 0.35.1"
dependencies: dependencies:
crest: crest:
github: mamantoha/crest github: mamantoha/crest
version: ~> 0.26.0 version: ~> 1.3.13
development_dependencies: development_dependencies:
kemal: kemal:
github: kemalcr/kemal github: kemalcr/kemal
version: ~>0.27.0 version: ~>1.5.0
ameba: ameba:
github: crystal-ameba/ameba github: crystal-ameba/ameba