Skip to content

Commit 5703fa7

Browse files
Replace deprecated bundler platforms :mingw, :x64_mingw, :mswin with :windows
1 parent b11008e commit 5703fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ end
2121

2222
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2323
# and associated library.
24-
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
platforms :windows, :jruby do
2525
gem "tzinfo", ">= 1", "< 3"
2626
gem "tzinfo-data"
2727
end
2828

2929
# Performance-booster for watching directories on Windows
30-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
gem "wdm", "~> 0.1.1", :platforms => [:windows]
3131

3232
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3333
# do not have a Java counterpart.

0 commit comments

Comments
 (0)