From 82a28ccd81f3052969fba40f18f4e1f5a6bd239b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:12:40 +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 57a659fd..0b50dab4 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem 'github-pages', group: :jekyll_plugins # https://jekyllrb.com/docs/windows/#time-zone-management gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # https://jekyllrb.com/docs/windows/#auto-regeneration -gem 'wdm', '~> 0.1.1' if Gem.win_platform? +gem 'wdm', '~> 0.2.0' if Gem.win_platform?