adds gem 'wdm', '>= 0.1.0' if Gem.win_platform? to Gemfile

this is the recommended for windows from https://jekyllrb.com/docs/windows/
This commit is contained in:
Eric McCormick
2017-12-01 09:40:22 -06:00
parent 672f91f3c2
commit ab237c317b
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem 'github-pages'
gem 'github-pages'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?