From ebc3db2d6e8026594ed2ff4e98b805006ca2adb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:38:54 +0000 Subject: [PATCH] Update dependency wdm to '~> 0.2.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c083d0c3..664cafbd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' # For faster file watcher updates on Windows: -gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw] +gem 'wdm', '~> 0.2.0', platforms: [:mswin, :mingw] # Windows does not come with time zone data gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]