From 1d6296d685094e63798e0e46d30e49547ec34888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:29:04 +0000 Subject: [PATCH] chore(deps): 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 7dd066c..f78825d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ 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? # Jekyll <= 4.2.0 compatibility with Ruby 3.0 gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index a40b457..f9939a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,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) yell (2.2.2) zeitwerk (2.6.16) @@ -161,7 +161,7 @@ DEPENDENCIES jekyll-theme-chirpy tzinfo (~> 2.0) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) webrick (~> 1.7) BUNDLED WITH