From 6cdaa78e80f15543d5a49647067d610a143460a7 Mon Sep 17 00:00:00 2001 From: Ryon Date: Mon, 26 Jun 2017 14:26:56 -0400 Subject: [PATCH] Update middleman-hashicorp to 0.3.28 for mega nav fixes (#3194) --- website/Gemfile | 2 +- website/Gemfile.lock | 12 ++++++------ website/Makefile | 2 +- website/packer.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index 30b6e2f2ff..86f31867de 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "middleman-hashicorp", "0.3.26" \ No newline at end of file +gem "middleman-hashicorp", "0.3.28" \ No newline at end of file diff --git a/website/Gemfile.lock b/website/Gemfile.lock index a55343642a..dea1709390 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -6,7 +6,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - autoprefixer-rails (7.1.1) + autoprefixer-rails (7.1.1.2) execjs bootstrap-sass (3.3.7) autoprefixer-rails (>= 5.2.1) @@ -78,7 +78,7 @@ GEM rack (>= 1.4.5, < 2.0) thor (>= 0.15.2, < 2.0) tilt (~> 1.4.1, < 2.0) - middleman-hashicorp (0.3.26) + middleman-hashicorp (0.3.28) bootstrap-sass (~> 3.3) builder (~> 3.2) middleman (~> 3.4) @@ -118,10 +118,10 @@ GEM rack-test (0.6.3) rack (>= 1.0) rb-fsevent (0.9.8) - rb-inotify (0.9.8) - ffi (>= 0.5.0) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) redcarpet (3.4.0) - rouge (2.0.7) + rouge (2.1.1) sass (3.4.24) sprockets (2.12.4) hike (~> 1.2) @@ -153,7 +153,7 @@ PLATFORMS ruby DEPENDENCIES - middleman-hashicorp (= 0.3.26) + middleman-hashicorp (= 0.3.28) BUNDLED WITH 1.15.1 diff --git a/website/Makefile b/website/Makefile index 2388d5f681..4d3d361b78 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,4 +1,4 @@ -VERSION?="0.3.26" +VERSION?="0.3.28" build: @echo "==> Starting build in Docker..." diff --git a/website/packer.json b/website/packer.json index 9e22743657..72b288ed08 100644 --- a/website/packer.json +++ b/website/packer.json @@ -8,7 +8,7 @@ "builders": [ { "type": "docker", - "image": "hashicorp/middleman-hashicorp:0.3.26", + "image": "hashicorp/middleman-hashicorp:0.3.28", "discard": "true", "run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"] }