diff --git a/website/Gemfile.lock b/website/Gemfile.lock index f047d2395..b1cd3bbdd 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -156,4 +156,4 @@ DEPENDENCIES middleman-hashicorp (= 0.3.28) BUNDLED WITH - 1.15.1 + 1.15.4 diff --git a/website/Makefile b/website/Makefile index 456c4e199..43bcec248 100644 --- a/website/Makefile +++ b/website/Makefile @@ -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