From ca57f37c2f039f9883b50d572e4c81f2af016109 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Sep 2016 10:09:33 -0500 Subject: [PATCH] Update middleman --- website/Gemfile | 2 +- website/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index 7ef6a8f31..7d30aae64 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,3 @@ 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 1b5a4a606..8925928e2 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/hashicorp/middleman-hashicorp.git + remote: https://github.com/hashicorp/middleman-hashicorp.git revision: 80ddc227b26cbbb3742d14396f26172174222080 specs: middleman-hashicorp (0.2.0) @@ -191,4 +191,4 @@ DEPENDENCIES middleman-hashicorp! BUNDLED WITH - 1.11.2 + 1.13.1