From 24139f81bd524ab5276e462ea13449b715240169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:41:47 +0000 Subject: [PATCH] chore(deps): update dependency wdm to "~> 0.2.0" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ad5d2cb..195868d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,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? gem "webrick", "~> 1.7"