aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-04 15:44:54 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-04 15:46:12 +0200
commita783df495a8753611edfb74726d69943ff4d9e53 (patch)
tree10d0b55a3c369d810b7488083100bc86b888241a /packer
parent864cafb579d374d3256d4345ee4921a5f8599c87 (diff)
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/agl_dependencies.sh7
1 files changed, 5 insertions, 2 deletions
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