Skip to content

Commit 5cd9ef4

Browse files
committed
Add wdm gem for Windows.
1 parent d6b8501 commit 5cd9ef4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ group :development, :test do
44
gem 'jekyll', '~> 3.8.5'
55
gem 'jekyll-redirect-from', '~> 0.14.0'
66
gem 'jekyll-sitemap', '~> 1.2.0'
7+
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
78
end

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ GEM
5858
sass-listen (4.0.0)
5959
rb-fsevent (~> 0.9, >= 0.9.4)
6060
rb-inotify (~> 0.9, >= 0.9.7)
61+
wdm (0.1.1)
6162

6263
PLATFORMS
6364
ruby
@@ -67,6 +68,7 @@ DEPENDENCIES
6768
jekyll (~> 3.8.5)
6869
jekyll-redirect-from (~> 0.14.0)
6970
jekyll-sitemap (~> 1.2.0)
71+
wdm (~> 0.1.1)
7072

7173
BUNDLED WITH
7274
1.17.3

0 commit comments

Comments
 (0)