From c9964b2c9365750f04194bc27b784ef80e35adbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:27:56 +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-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 a97efb2..cfe304f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,6 @@ group :jekyll_plugins 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? gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index fa05fb3..39766de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - wdm (0.1.1) + wdm (0.2.0) webrick (1.8.2) PLATFORMS @@ -278,7 +278,7 @@ PLATFORMS DEPENDENCIES github-pages - wdm (~> 0.1.0) + wdm (~> 0.2.0) webrick (~> 1.8) BUNDLED WITH