Skip to content

Commit d0cdc52

Browse files
Merge pull request #3796 from raspberrypi/dependabot/bundler/develop/wdm-0.2.0
Bump wdm from 0.1.1 to 0.2.0
2 parents f330807 + 4b5fde7 commit d0cdc52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

3333
# Performance-booster for watching directories on Windows
34-
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
34+
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
3535

3636
gem "nokogiri", "~> 1.16"
3737

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
tzinfo-data (1.2024.1)
8888
tzinfo (>= 1.0.0)
8989
unicode-display_width (2.5.0)
90-
wdm (0.1.1)
90+
wdm (0.2.0)
9191
webrick (1.8.1)
9292

9393
PLATFORMS
@@ -103,7 +103,7 @@ DEPENDENCIES
103103
thread_safe (~> 0.3.5)
104104
tzinfo (~> 2.0)
105105
tzinfo-data
106-
wdm (~> 0.1.0)
106+
wdm (~> 0.2.0)
107107

108108
BUNDLED WITH
109109
2.3.22

0 commit comments

Comments
 (0)