From c24123fdf9bf7351a707f7d3e45fa13585cb8027 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Mon, 25 Mar 2019 13:48:30 +0100 Subject: [PATCH] Add gh-pages gem --- blog/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/Gemfile b/blog/Gemfile index 2bf1ac75..466a47ef 100644 --- a/blog/Gemfile +++ b/blog/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.8.5" +gem "jekyll", "1.1.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" @@ -28,3 +28,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "github-pages"