Skip to content

Commit 92e0ff6

Browse files
authored
build(deps): update platforms in Gemfile for Windows (cotes2020#2628)
1 parent 52d160f commit 92e0ff6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ gemspec
66

77
gem "html-proofer", "~> 5.0", group: :test
88

9-
platforms :mingw, :x64_mingw, :mswin, :jruby do
9+
platforms :windows, :jruby do
1010
gem "tzinfo", ">= 1", "< 3"
1111
gem "tzinfo-data"
1212
end
1313

14-
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
14+
gem "wdm", "~> 0.2.0", :platforms => [:windows]

0 commit comments

Comments
 (0)