Skip to content

Commit

Permalink
Jekyll: Add wdm gem for Windows. (#27658)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Nov 12, 2018
1 parent 75e6253 commit f3bd860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.9.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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 @@ -75,6 +76,7 @@ DEPENDENCIES
jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.9.0)
wdm (~> 0.1.1)

BUNDLED WITH
1.17.1

0 comments on commit f3bd860

Please sign in to comment.