Install more recent versions of jekyll and kramdown 05/9305/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 4 May 2017 13:44:54 +0000 (15:44 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 4 May 2017 13:46:12 +0000 (15:46 +0200)
This should fix the rendering issues from SPEC-574.

Change-Id: Ib536a1aaf8ed29d613e33b238751e1a6b67afc3b
Bug-AGL: SPEC-574
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/provision/agl_dependencies.sh

index e9276b1..f09343b 100644 (file)
@@ -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