From 7f5432609f3da931d103795e67c3df8966e32e8c Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 15 Nov 2016 15:03:58 -0800 Subject: [PATCH] fix website build --- website/Gemfile.lock | 14 +++++++------- website/packer.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index bc605ad6d..b5fe9cc0f 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/hashicorp/middleman-hashicorp.git - revision: e49223de08553f33da517e737c99edf78e5c3523 + revision: 462267352881543bbc5d2606f1ca17a6165ac8ec specs: - middleman-hashicorp (0.3.0) + middleman-hashicorp (0.3.5) bootstrap-sass (~> 3.3) builder (~> 3.2) middleman (~> 3.4) @@ -19,7 +19,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - autoprefixer-rails (6.5.1) + autoprefixer-rails (6.5.3) execjs bootstrap-sass (3.3.7) autoprefixer-rails (>= 5.2.1) @@ -31,7 +31,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - chunky_png (1.3.7) + chunky_png (1.3.8) coffee-script (2.4.1) coffee-script-source execjs @@ -117,12 +117,12 @@ GEM tilt (~> 1.4.1) padrino-support (0.12.8.1) activesupport (>= 3.1) - rack (1.6.4) + rack (1.6.5) rack-livereload (0.3.16) rack rack-test (0.6.3) rack (>= 1.0) - rb-fsevent (0.9.7) + rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) redcarpet (3.3.4) @@ -158,4 +158,4 @@ DEPENDENCIES middleman-hashicorp! BUNDLED WITH - 1.13.5 + 1.13.6 diff --git a/website/packer.json b/website/packer.json index 5732112c3..53a178d5d 100644 --- a/website/packer.json +++ b/website/packer.json @@ -28,7 +28,7 @@ ], "inline": [ "apt-get -qq update", - "apt-get -yqq install build-essential curl git libffi-dev wget", + "apt-get -yqq install build-essential curl git libffi-dev wget nodejs", "apt-get -yqq install python-pip", "pip install s3cmd", "cd /app",