From e9a4c8af6086e925929bf21d196a490b45391522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:42:02 +0000 Subject: [PATCH] chore(deps): update dependency wdm to "~> 0.2.0" --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2658bfe..95a3c73 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? +gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform? # kramdown v2 ships without the gfm parser by default. If you're using # kramdown v1, comment out this line. diff --git a/Gemfile.lock b/Gemfile.lock index cb40fa7..c44eab6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) unicode-display_width (2.5.0) - wdm (0.1.1) + wdm (0.2.0) webrick (1.8.1) PLATFORMS @@ -103,10 +103,10 @@ DEPENDENCIES rake (~> 13.2.0) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.4p94 BUNDLED WITH 2.5.3