From 5674dfd45c9666cf8ddf7c9c94e6deb64ff681db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:19:19 +0000 Subject: [PATCH] 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](https://github.com/Maher4Ever/wdm/compare/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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a00133a2..9fe93f26 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ platforms :mingw, :x64_mingw, :mswin do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? +gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform? # kramdown v2 ships without the gfm parser by default. If you're using # kramdown v1, comment out this line. diff --git a/Gemfile.lock b/Gemfile.lock index 04f2b1bf..5bb0bbb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (1.0.3) - wdm (0.1.1) + wdm (0.2.0) webrick (1.9.1) PLATFORMS @@ -320,7 +320,7 @@ DEPENDENCIES minima (~> 2.0) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.0) + wdm (~> 0.2.0) BUNDLED WITH 2.6.7