From f448c8ae97b18aadff96f5c410db7e3a279dd1fc Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 1 Aug 2016 08:46:03 -0400 Subject: [PATCH] Update Gemfile instructions --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4386ea6c..6c08bcf0 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,9 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins -# If you want to use Jekyll native, remove the "gem "github-pages"" line -# and uncomment the line below. To upgrade, run `bundle update`. +# If you want to use Jekyll native, uncomment the line below. +# To upgrade, run `bundle update`. + # gem "jekyll" gem "wdm", "~> 0.1.0" if Gem.win_platform?