website: middleman-hashicorp bump to 0.3.13

This commit is contained in:
Jack Pearkes 2017-03-08 16:37:58 -08:00
parent 944c6d5936
commit 4a5499fad0
4 changed files with 5 additions and 17 deletions

View File

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

View File

@ -1,15 +1,3 @@
GIT
remote: https://github.com/hashicorp/middleman-hashicorp.git
revision: 3ef8214c5650d2fede0f45a8a0f103d70ca9c9c3
specs:
middleman-hashicorp (0.3.11)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
middleman-livereload (~> 3.4)
middleman-syntax (~> 3.0)
redcarpet (~> 3.3)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -89,7 +77,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.12) middleman-hashicorp (0.3.13)
bootstrap-sass (~> 3.3) bootstrap-sass (~> 3.3)
builder (~> 3.2) builder (~> 3.2)
middleman (~> 3.4) middleman (~> 3.4)
@ -163,7 +151,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman-hashicorp (= 0.3.12) middleman-hashicorp (= 0.3.13)
BUNDLED WITH BUNDLED WITH
1.14.6 1.14.6

View File

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

View File

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