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?

View File

@ -190,12 +190,14 @@ GEM
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.1.3)
wdm (0.1.1)
PLATFORMS
ruby
DEPENDENCIES
github-pages
wdm (>= 0.1.0)
BUNDLED WITH
1.14.3