Update Crystal/Moonshine : problem fixed
@@ -4,7 +4,6 @@ require "html/builder"
include Moonshine
include Moonshine::Utils::Shortcuts
-include Moonshine::Base
# Compose Objects (like Hash) to have a to_json method
require "json/to_json"
@@ -4,12 +4,12 @@ version: "0.0.1"
dependencies:
pg:
github: "will/crystal-pg"
- version: ">= 0.4.2"
+ version: ">= 0.4.3"
moonshine:
github: "dhruvrajvanshi/Moonshine"
branch: master
redis:
github: "stefanwille/crystal-redis"
- version: "~> 1.1.0"
+ version: "~> 1.2.1"
license: MIT
@@ -7,7 +7,7 @@ RETCODE=$(fw_exists ${IROOT}/crystal.installed)
# install crystal
-VERSION="0.8.0"
+VERSION="0.9.1"
SAVE_AS=crystal-$VERSION-1-linux-x86_64.tar.gz
URL=https://github.com/manastech/crystal/releases/download/$VERSION/crystal-$VERSION-1-linux-x86_64.tar.gz