mirror of https://github.com/docker/docs.git
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 <kolyshkin@gmail.com>
This commit is contained in:
parent
14b53b68c3
commit
29c6de20fc
2
Gemfile
2
Gemfile
|
@ -39,5 +39,5 @@ source "https://rubygems.org"
|
||||||
# live site deploy, which uses the Dockerfiles found in the publish-tools
|
# live site deploy, which uses the Dockerfiles found in the publish-tools
|
||||||
# branch.
|
# branch.
|
||||||
|
|
||||||
gem "github-pages", "175"
|
gem "github-pages", "177"
|
||||||
gem 'wdm' if Gem.win_platform?
|
gem 'wdm' if Gem.win_platform?
|
||||||
|
|
Loading…
Reference in New Issue