Skip to content

Commit 00d03a6

Browse files
Bump wdm from 0.1.1 to 0.2.0
Bumps [wdm](https://github.com/Maher4Ever/wdm) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/Maher4Ever/wdm/releases) - [Commits](Maher4Ever/wdm@v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: wdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24036e0 commit 00d03a6

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
@@ -37,7 +37,7 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
3737
end
3838

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

4242
gem "html-proofer", "~> 5.0.9"
4343
gem "rake", "~> 13.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
tzinfo-data (1.2024.2)
165165
tzinfo (>= 1.0.0)
166166
unicode-display_width (2.6.0)
167-
wdm (0.1.1)
167+
wdm (0.2.0)
168168
webrick (1.9.1)
169169
yell (2.2.2)
170170
zeitwerk (2.6.13)
@@ -189,7 +189,7 @@ DEPENDENCIES
189189
rubocop-md (~> 1.2)
190190
tzinfo (~> 2.0)
191191
tzinfo-data
192-
wdm (~> 0.1.1)
192+
wdm (~> 0.2.0)
193193
webrick
194194

195195
BUNDLED WITH

0 commit comments

Comments
 (0)