Skip to content

Commit f9aa82b

Browse files
Update dependency wdm to v0.2.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4c8191 commit f9aa82b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
1919
end
2020

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GEM
8080
tzinfo-data (1.2024.1)
8181
tzinfo (>= 1.0.0)
8282
unicode-display_width (2.4.2)
83-
wdm (0.1.1)
83+
wdm (0.2.0)
8484
webrick (1.8.1)
8585

8686
PLATFORMS
@@ -95,7 +95,7 @@ DEPENDENCIES
9595
minima (= 2.5.1)
9696
tzinfo (= 2.0.6)
9797
tzinfo-data (= 1.2024.1)
98-
wdm (= 0.1.1)
98+
wdm (= 0.2.0)
9999

100100
BUNDLED WITH
101101
2.4.10

0 commit comments

Comments
 (0)