docs: use middleman-hashicorp 0.3.35

This commit is contained in:
Michael Schurter
2018-04-12 17:06:43 -07:00
parent b2b6f991b9
commit 06ab5ac3da
4 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -6,7 +6,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
autoprefixer-rails (8.2.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.34)
middleman-hashicorp (0.3.35)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
@@ -113,9 +113,9 @@ GEM
padrino-support (0.12.9)
activesupport (>= 3.1)
rack (1.6.9)
rack-livereload (0.3.17)
rack-livereload (0.3.16)
rack
rack-test (1.0.0)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
@@ -153,7 +153,7 @@ PLATFORMS
ruby
DEPENDENCIES
middleman-hashicorp (= 0.3.34)
middleman-hashicorp (= 0.3.35)
BUNDLED WITH
1.16.1

View File

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

View File

@@ -9,7 +9,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.28",
"image": "hashicorp/middleman-hashicorp:0.3.35",
"discard": "true",
"volumes": {
"{{ pwd }}": "/website"