Skip to content

Commit

Permalink
Merge pull request #2743 from JarvusInnovations/master
Browse files Browse the repository at this point in the history
Update middleman-hashicorp to 0.3.28 for mega nav fixes
  • Loading branch information
dadgar committed Jul 1, 2017
2 parents 76e3d7b + 45faaaf commit 47c9637
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "middleman-hashicorp", "0.3.26"
gem "middleman-hashicorp", "0.3.28"
14 changes: 7 additions & 7 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
autoprefixer-rails (7.1.1)
autoprefixer-rails (7.1.1.2)
execjs
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
Expand Down Expand Up @@ -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.26)
middleman-hashicorp (0.3.28)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
Expand Down Expand Up @@ -118,10 +118,10 @@ GEM
rack-test (0.6.3)
rack (>= 1.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
rouge (2.0.7)
rouge (2.1.1)
sass (3.4.24)
sprockets (2.12.4)
hike (~> 1.2)
Expand Down Expand Up @@ -153,7 +153,7 @@ PLATFORMS
ruby

DEPENDENCIES
middleman-hashicorp (= 0.3.26)
middleman-hashicorp (= 0.3.28)

BUNDLED WITH
1.15.0
1.15.1
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?="0.3.26"
VERSION?="0.3.28"

build:
@echo "==> Starting build in Docker..."
Expand Down
2 changes: 1 addition & 1 deletion website/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.26",
"image": "hashicorp/middleman-hashicorp:0.3.28",
"discard": "true",
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
}
Expand Down

0 comments on commit 47c9637

Please sign in to comment.