From 92e0ff63ec03c2f829696d3f604cbba54203e1b4 Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:55:28 -0500 Subject: [PATCH] build(deps): update platforms in Gemfile for Windows (#2628) --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e5415748a..62a840ea7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,9 @@ gemspec gem "html-proofer", "~> 5.0", group: :test -platforms :mingw, :x64_mingw, :mswin, :jruby do +platforms :windows, :jruby do gem "tzinfo", ">= 1", "< 3" gem "tzinfo-data" end -gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm", "~> 0.2.0", :platforms => [:windows]