Skip to content

Commit

Permalink
Add wdm gem for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 13, 2019
1 parent d6b8501 commit 5cd9ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,4 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -58,6 +58,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)

PLATFORMS
ruby
Expand All @@ -67,6 +68,7 @@ DEPENDENCIES
jekyll (~> 3.8.5)
jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)
wdm (~> 0.1.1)

BUNDLED WITH
1.17.3

0 comments on commit 5cd9ef4

Please sign in to comment.