From 29c6de20fccd1f82d1daf48c1a7ac5a92d960faf Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 7 Mar 2018 09:47:59 -0800 Subject: [PATCH] Gemfile: bump gh-pages to v177 To be inline with https://github.com/docker/docker.github.io/pull/6153 and https://github.com/docker/docker.github.io/pull/6159. Signed-off-by: Kir Kolyshkin --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 63957654a2..f6e2dd018e 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ source "https://rubygems.org" # live site deploy, which uses the Dockerfiles found in the publish-tools # branch. -gem "github-pages", "175" +gem "github-pages", "177" gem 'wdm' if Gem.win_platform?