Skip to content

Commit

Permalink
Add gem 'wdm' conditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed May 8, 2024
1 parent 1f8ef07 commit 5144d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ gem "just-the-docs", "0.8.2" # pinned to the current release

gem 'jekyll-sitemap'

gem 'wdm', '>= 0.1.0' if Gem.win_platform? # avoid polling for changes in windows
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-sitemap
just-the-docs (= 0.8.2)
wdm (>= 0.1.0)
wdm (~> 0.1.1)

BUNDLED WITH
2.5.9

0 comments on commit 5144d39

Please sign in to comment.