mirror of https://github.com/hashicorp/consul
website:update middleman-hashicorp to 0.3.44 (#7382)
parent
864f7efffa
commit
ba9849bdf8
|
@ -1,3 +1,3 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "middleman-hashicorp", "0.3.43"
|
gem "middleman-hashicorp", "0.3.44"
|
||||||
|
|
|
@ -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.43)
|
middleman-hashicorp (0.3.44)
|
||||||
bootstrap-sass (~> 3.3)
|
bootstrap-sass (~> 3.3)
|
||||||
builder (~> 3.2)
|
builder (~> 3.2)
|
||||||
middleman (~> 3.4)
|
middleman (~> 3.4)
|
||||||
|
@ -104,7 +104,7 @@ GEM
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.14.0)
|
minitest (5.14.0)
|
||||||
multi_json (1.14.1)
|
multi_json (1.14.1)
|
||||||
nokogiri (1.10.7)
|
nokogiri (1.10.9)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
padrino-helpers (0.12.9)
|
padrino-helpers (0.12.9)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
|
@ -112,7 +112,7 @@ GEM
|
||||||
tilt (>= 1.4.1, < 3)
|
tilt (>= 1.4.1, < 3)
|
||||||
padrino-support (0.12.9)
|
padrino-support (0.12.9)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
rack (1.6.12)
|
rack (1.6.13)
|
||||||
rack-livereload (0.3.17)
|
rack-livereload (0.3.17)
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
|
@ -121,7 +121,7 @@ GEM
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
redcarpet (3.5.0)
|
redcarpet (3.5.0)
|
||||||
rouge (3.15.0)
|
rouge (3.16.0)
|
||||||
sass (3.4.25)
|
sass (3.4.25)
|
||||||
sassc (2.2.1)
|
sassc (2.2.1)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
|
@ -155,7 +155,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
middleman-hashicorp (= 0.3.43)
|
middleman-hashicorp (= 0.3.44)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION?="0.3.43"
|
VERSION?="0.3.44"
|
||||||
|
|
||||||
# The volume mounting steps are a way to exclude all the consul docs from being built
|
# The volume mounting steps are a way to exclude all the consul docs from being built
|
||||||
# in the Consul site build process while still including the index.html page that points
|
# in the Consul site build process while still including the index.html page that points
|
||||||
|
|
Loading…
Reference in New Issue