From a666a9db52f185f58284d55da74d12cbbfad5c1c Mon Sep 17 00:00:00 2001 From: Heitor Date: Fri, 7 Jun 2019 01:21:16 -0300 Subject: [PATCH] Update github-pages plugin (#476) Update github-pages plugin from version 193 to 197. Fix #457 Fix #385 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 00631df..7e0abdb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "github-pages", '193', group: :jekyll_plugins +gem "github-pages", '197', group: :jekyll_plugins # enable tzinfo-data for local build # gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]