build: resume platform-specific dependencies

This commit is contained in:
Cotes Chung 2024-08-21 14:28:14 +08:00
parent 7f83c3d00d
commit efd2941ce0
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -4,6 +4,11 @@ source "https://rubygems.org"
gemspec
group :test do
gem "html-proofer", "~> 5.0"
gem "html-proofer", "~> 5.0", group: :test
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]