From a6d19767827743f53b21bea1a7a44441d9267c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:46:34 +0000 Subject: [PATCH] Bump wdm from 0.1.1 to 0.2.0 Bumps [wdm](https://github.com/Maher4Ever/wdm) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/Maher4Ever/wdm/releases) - [Commits](https://github.com/Maher4Ever/wdm/commits) --- updated-dependencies: - dependency-name: wdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8e7ddbe..5b6742e 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } 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? diff --git a/Gemfile.lock b/Gemfile.lock index 0455144..7878ad3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM tzinfo-data (1.2022.6) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) - wdm (0.1.1) + wdm (0.2.0) PLATFORMS ruby @@ -80,7 +80,7 @@ DEPENDENCIES minima (~> 2.5) tzinfo (~> 1.2) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) BUNDLED WITH 2.1.4