Files
docker-docs/Gemfile
Parker Moore 46f4d9cf20 Gemfile: add note about upgrade process of github-pages gem (#1707)
The Gemfile cannot be upgraded to a newer version of the github-pages
gem without having a corresponding tag in the starefossen/github-pages
image.
2017-02-15 17:02:44 -08:00

7 lines
292 B
Ruby

source "https://rubygems.org"
# Update me once in a while: https://github.com/github/pages-gem/releases
# Please ensure, before upgrading, that this version exists as a tag in starefossen/github-pages here:
# https://hub.docker.com/r/starefossen/github-pages/tags/
gem "github-pages", "112"