From dfa0b0cdb1ea2b9c136e169c2588f4c68a64fda8 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 13 Mar 2018 10:42:08 -0700 Subject: [PATCH] update middleman 0.3.32 --- website/Gemfile | 2 +- website/Gemfile.lock | 6 +++--- website/Makefile | 2 +- website/packer.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index d21d35e45..a7edfed49 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "middleman-hashicorp", "0.3.30" +gem "middleman-hashicorp", "0.3.32" diff --git a/website/Gemfile.lock b/website/Gemfile.lock index e567bf2ed..913b76417 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 (8.1.0) + autoprefixer-rails (8.1.0.1) 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.30) + middleman-hashicorp (0.3.32) bootstrap-sass (~> 3.3) builder (~> 3.2) middleman (~> 3.4) @@ -153,7 +153,7 @@ PLATFORMS ruby DEPENDENCIES - middleman-hashicorp (= 0.3.30) + middleman-hashicorp (= 0.3.32) BUNDLED WITH 1.16.1 diff --git a/website/Makefile b/website/Makefile index f8e465b43..82b2cedc1 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,4 +1,4 @@ -VERSION?="0.3.30" +VERSION?="0.3.32" build: @echo "==> Starting build in Docker..." diff --git a/website/packer.json b/website/packer.json index 91f87c2e9..aeaa162e0 100644 --- a/website/packer.json +++ b/website/packer.json @@ -8,7 +8,7 @@ "builders": [ { "type": "docker", - "image": "hashicorp/middleman-hashicorp:0.3.30", + "image": "hashicorp/middleman-hashicorp:0.3.32", "discard": "true", "volumes": { "{{ pwd }}": "/website"