Upgrade docs generator

This commit is contained in:
Seth Vargo 2016-10-27 20:35:41 -04:00
parent de8188ea80
commit 8704def6d6
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -7,7 +7,7 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
autoprefixer-rails (6.5.1) autoprefixer-rails (6.5.1.1)
execjs execjs
bootstrap-sass (3.3.7) bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
@ -78,7 +78,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.3) middleman-hashicorp (0.3.4)
bootstrap-sass (~> 3.3) bootstrap-sass (~> 3.3)
builder (~> 3.2) builder (~> 3.2)
middleman (~> 3.4) middleman (~> 3.4)
@ -116,7 +116,7 @@ GEM
rack rack
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rb-fsevent (0.9.7) rb-fsevent (0.9.8)
rb-inotify (0.9.7) rb-inotify (0.9.7)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.3.4) redcarpet (3.3.4)
@ -148,7 +148,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman-hashicorp (= 0.3.3) middleman-hashicorp (= 0.3.4)
BUNDLED WITH BUNDLED WITH
1.13.5 1.13.5

View File

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