From 9a419dd822a5bddf7863956995f463cb5fd13dac Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Fri, 1 Dec 2017 10:32:17 -0600 Subject: [PATCH] adds comment re: regeneration gem on win re: https://github.com/jglovier/resume-template/pull/48#discussion_r154385962 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 7dcf653..c8def87 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" gem 'github-pages' +# this gem provides regeneration support improvements on Windows gem 'wdm', '>= 0.1.0' if Gem.win_platform? \ No newline at end of file