From d85da1f0042914ddad16795e43227a3d9db68f78 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 21 Feb 2015 12:56:28 +0100 Subject: [PATCH] Use current version of github-pages locally. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ca66792..3ed6559 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'github-pages', '>=33' gem 'jemoji' gem 'jekyll-sitemap'