Bump middleman-hashicorp version

This commit is contained in:
Jeff Mitchell 2018-01-09 11:54:42 -05:00
parent b8b495ee2a
commit 728088a74f
2 changed files with 3 additions and 3 deletions

View File

@ -156,4 +156,4 @@ DEPENDENCIES
middleman-hashicorp (= 0.3.28)
BUNDLED WITH
1.15.1
1.15.4

View File

@ -1,4 +1,4 @@
VERSION?="0.3.28"
VERSION?="0.3.29"
build:
@echo "==> Starting build in Docker..."
@ -29,6 +29,6 @@ update-deps:
--tty \
--volume "$(shell pwd):/website" \
hashicorp/middleman-hashicorp:${VERSION} \
bundle update --verbose
bundle update
.PHONY: build website