Skip to content

Commit 9ce09ae

Browse files
Update dependency wdm to "~> 0.2.0"
1 parent 8ff4f86 commit 9ce09ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
1616
end
1717

1818
# Performance-booster for watching directories on Windows
19-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
19+
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
2020

2121
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
2222
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)