Updating Gemfile to enable watching on windows

This commit is contained in:
Charles Prakash Dasari
2017-04-25 14:20:39 -07:00
parent f9bdab2b1b
commit fd70c9d287
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages', group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?