From f66ab37cde2ea30c2b90551007d7fe6e9d4dae60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:31:17 +0000 Subject: [PATCH] Update dependency wdm to "~> 0.2.0" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a1b4f74..c3f4b80 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end 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? # Testing framework gem "html-proofer"