Add wdm gem for Windows.

This commit is contained in:
XhmikosR 2019-02-12 17:59:38 +02:00
parent d6b8501e4c
commit 5cd9ef47f6
2 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.8.5' gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0' gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0' gem 'jekyll-sitemap', '~> 1.2.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end end

View File

@ -58,6 +58,7 @@ GEM
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)
PLATFORMS PLATFORMS
ruby ruby
@ -67,6 +68,7 @@ DEPENDENCIES
jekyll (~> 3.8.5) jekyll (~> 3.8.5)
jekyll-redirect-from (~> 0.14.0) jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0) jekyll-sitemap (~> 1.2.0)
wdm (~> 0.1.1)
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.3