From 50cf04db83429bec491dfa997418376809693508 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:45:51 +0000 Subject: [PATCH] Update wdm to version 0.2.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e9694ca..16ae5a5 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "json" gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "wdm", "~> 0.2.0" if Gem.win_platform? gem 'html-proofer'