From: Jan-Simon Möller Date: Thu, 4 May 2017 13:44:54 +0000 (+0200) Subject: Install more recent versions of jekyll and kramdown X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F9305%2F1;p=ci-management.git Install more recent versions of jekyll and kramdown This should fix the rendering issues from SPEC-574. Change-Id: Ib536a1aaf8ed29d613e33b238751e1a6b67afc3b Bug-AGL: SPEC-574 Signed-off-by: Jan-Simon Möller --- diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh index e9276b18..f09343bf 100644 --- a/packer/provision/agl_dependencies.sh +++ b/packer/provision/agl_dependencies.sh @@ -67,8 +67,11 @@ git clone https://github.com/automotive-grade-linux/docs-agl cd ./docs-agl/doctools/webdocs/ npm install -gem install --no-user-install -V kramdown -gem install --no-user-install -V jekyll-plantuml +#gem install --no-user-install -V kramdown +#gem install --no-user-install -V jekyll-plantuml + +gem install --no-user-install -V --version 3.1.6 jekyll +gem install --no-user-install -V --version 1.13.1 kramdown ### hope that is enough