Skip to content

Commit 7cb6d3a

Browse files
Update dependency wdm to "~> 0.2.0" (#421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a8fe72 commit 7cb6d3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2727
end
2828

2929
# Performance-booster for watching directories on Windows
30-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
3131

docs/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
tzinfo-data (1.2024.2)
7979
tzinfo (>= 1.0.0)
8080
unicode-display_width (1.8.0)
81-
wdm (0.1.1)
81+
wdm (0.2.0)
8282

8383
PLATFORMS
8484
x64-mingw-ucrt
@@ -91,7 +91,7 @@ DEPENDENCIES
9191
minima (~> 2.5)
9292
tzinfo (~> 1.2)
9393
tzinfo-data
94-
wdm (~> 0.1.1)
94+
wdm (~> 0.2.0)
9595

9696
BUNDLED WITH
9797
2.4.14

0 commit comments

Comments
 (0)