Fix downloads

This commit is contained in:
Seth Vargo 2016-11-17 13:50:05 -05:00
parent d871b7063f
commit f0aad0d7cd
No known key found for this signature in database
GPG key ID: 905A90C2949E8787
4 changed files with 9 additions and 9 deletions

View file

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

View file

@ -7,7 +7,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
autoprefixer-rails (6.5.1.1)
autoprefixer-rails (6.5.3)
execjs
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
@ -19,7 +19,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
chunky_png (1.3.7)
chunky_png (1.3.8)
coffee-script (2.4.1)
coffee-script-source
execjs
@ -40,7 +40,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.2.0.1)
eventmachine (1.2.1)
execjs (2.7.0)
ffi (1.9.14)
haml (4.0.7)
@ -78,7 +78,7 @@ GEM
rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.5)
middleman-hashicorp (0.3.6)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
@ -111,7 +111,7 @@ GEM
tilt (~> 1.4.1)
padrino-support (0.12.8.1)
activesupport (>= 3.1)
rack (1.6.4)
rack (1.6.5)
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
@ -148,7 +148,7 @@ PLATFORMS
ruby
DEPENDENCIES
middleman-hashicorp (= 0.3.5)
middleman-hashicorp (= 0.3.6)
BUNDLED WITH
1.13.6

View file

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

View file

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