Skip to content

Commit 30c62fa

Browse files
chore(deps): 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-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c898421 commit 30c62fa

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
@@ -28,7 +28,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2828
end
2929

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

3333
# kramdown v2 ships without the gfm parser by default. If you're using
3434
# kramdown v1, comment out this line.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GEM
296296
concurrent-ruby (~> 1.0)
297297
unicode-display_width (1.8.0)
298298
uri (1.0.3)
299-
wdm (0.1.1)
299+
wdm (0.2.0)
300300
webrick (1.9.1)
301301

302302
PLATFORMS
@@ -319,7 +319,7 @@ DEPENDENCIES
319319
kramdown-parser-gfm
320320
tzinfo (>= 1, < 3)
321321
tzinfo-data
322-
wdm (~> 0.1.0)
322+
wdm (~> 0.2.0)
323323

324324
BUNDLED WITH
325325
2.6.6

0 commit comments

Comments
 (0)