update middleman 0.3.32

This commit is contained in:
Matthew Hooker 2018-03-13 10:42:08 -07:00
parent e31ffab30c
commit dfa0b0cdb1
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "middleman-hashicorp", "0.3.30" gem "middleman-hashicorp", "0.3.32"

View File

@ -6,7 +6,7 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
autoprefixer-rails (8.1.0) autoprefixer-rails (8.1.0.1)
execjs execjs
bootstrap-sass (3.3.7) bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
@ -78,7 +78,7 @@ GEM
rack (>= 1.4.5, < 2.0) rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0) thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0) tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.30) middleman-hashicorp (0.3.32)
bootstrap-sass (~> 3.3) bootstrap-sass (~> 3.3)
builder (~> 3.2) builder (~> 3.2)
middleman (~> 3.4) middleman (~> 3.4)
@ -153,7 +153,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman-hashicorp (= 0.3.30) middleman-hashicorp (= 0.3.32)
BUNDLED WITH BUNDLED WITH
1.16.1 1.16.1

View File

@ -1,4 +1,4 @@
VERSION?="0.3.30" VERSION?="0.3.32"
build: build:
@echo "==> Starting build in Docker..." @echo "==> Starting build in Docker..."

View File

@ -8,7 +8,7 @@
"builders": [ "builders": [
{ {
"type": "docker", "type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.30", "image": "hashicorp/middleman-hashicorp:0.3.32",
"discard": "true", "discard": "true",
"volumes": { "volumes": {
"{{ pwd }}": "/website" "{{ pwd }}": "/website"