Update middleman version

This commit is contained in:
Seth Vargo 2017-03-15 23:43:36 -07:00
parent db4f689009
commit a80e0695be
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -77,7 +77,7 @@ GEM
rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.14)
middleman-hashicorp (0.3.15)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
@ -151,7 +151,7 @@ PLATFORMS
ruby
DEPENDENCIES
middleman-hashicorp (= 0.3.14)
middleman-hashicorp (= 0.3.15)
BUNDLED WITH
1.14.6

View File

@ -1,4 +1,4 @@
VERSION?="0.3.14"
VERSION?="0.3.15"
website:
@echo "==> Starting website in Docker..."

View File

@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.14",
"image": "hashicorp/middleman-hashicorp:0.3.15",
"discard": "true",
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
}