From 25ce69fd7c95c4bf579d05c0aa9ad7cdf4850291 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:39:23 +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 5d06744..2d6402d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,5 +24,5 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]