From 5e989bcb4609e47c5d8a5668b0e0f0e9e51d8818 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Sep 2016 11:31:35 -0500 Subject: [PATCH] Update middleman-hashicorp --- website/Gemfile | 3 ++- website/Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index 7ef6a8f31..2a2ce09d6 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" -gem "middleman-hashicorp", github: "hashicorp/middleman-hashicorp" +gem "middleman-hashicorp", + git: "https://github.com/hashicorp/middleman-hashicorp.git" diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 873c0c382..be1324414 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,6 +1,6 @@ GIT - remote: git://github.com/hashicorp/middleman-hashicorp.git - revision: adc9159aeb1be03513925527326d5f25266f9732 + remote: https://github.com/hashicorp/middleman-hashicorp.git + revision: 80ddc227b26cbbb3742d14396f26172174222080 specs: middleman-hashicorp (0.2.0) bootstrap-sass (~> 3.3) @@ -21,15 +21,15 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (4.2.6) + activesupport (4.2.7.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - autoprefixer-rails (6.3.6.2) + autoprefixer-rails (6.4.1.1) execjs - bootstrap-sass (3.3.6) + bootstrap-sass (3.3.7) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) builder (3.2.2) @@ -39,7 +39,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - chunky_png (1.3.6) + chunky_png (1.3.7) coffee-script (2.4.1) coffee-script-source execjs @@ -57,14 +57,14 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - daemons (1.2.3) + daemons (1.2.4) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) erubis (2.7.0) eventmachine (1.2.0.1) execjs (2.7.0) - ffi (1.9.10) + ffi (1.9.14) git-version-bump (0.15.1) haml (4.0.7) tilt @@ -75,7 +75,7 @@ GEM http_parser.rb (0.6.0) i18n (0.7.0) json (1.8.3) - kramdown (1.11.1) + kramdown (1.12.0) less (2.6.0) commonjs (~> 0.2.7) libv8 (3.16.14.15) @@ -112,7 +112,7 @@ GEM middleman-minify-html (3.4.1) htmlcompressor (~> 0.2.0) middleman-core (>= 3.2) - middleman-sprockets (3.4.2) + middleman-sprockets (3.5.0) middleman-core (>= 3.3) sprockets (~> 2.12.1) sprockets-helpers (~> 1.1.0) @@ -124,16 +124,16 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.1.0) - minitest (5.9.0) + minitest (5.9.1) multi_json (1.12.1) nokogiri (1.6.8) mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) - padrino-helpers (0.12.8) + padrino-helpers (0.12.8.1) i18n (~> 0.6, >= 0.6.7) - padrino-support (= 0.12.8) + padrino-support (= 0.12.8.1) tilt (~> 1.4.1) - padrino-support (0.12.8) + padrino-support (0.12.8.1) activesupport (>= 3.1) pkg-config (1.1.7) rack (1.6.4) @@ -191,4 +191,4 @@ DEPENDENCIES middleman-hashicorp! BUNDLED WITH - 1.12.5 + 1.13.1