Skip to content

Commit 269153e

Browse files
committedSep 13, 2021
Windows needs tzinfo <v2
1 parent 679391f commit 269153e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ gem "github-pages", group: :jekyll_plugins
2323
#end
2424

2525
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
26+
platforms :mingw, :x64_mingw, :mswin, :jruby do
27+
gem "tzinfo", "~> 1.2"
28+
gem "tzinfo-data"
29+
end
2730

2831
# Performance-booster for watching directories on Windows
2932
gem "wdm", "~> 0.1.1" if Gem.win_platform?

0 commit comments

Comments
 (0)
Please sign in to comment.