From 0400318ffdb9a23a943c698c092b2bba30c26507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:18:48 +0000 Subject: [PATCH] chore(deps): update dependency wdm to "~> 0.2.0" Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index eef36123dd..a49487aa8b 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -26,7 +26,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? group :development, :test do gem "pry"