We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tzinfo-data
1 parent ec69d4d commit 4208baeCopy full SHA for 4208bae
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
3
gem "jekyll", ">=3.8.6"
4
5
-# Official Plugins
+# plugins
6
group :jekyll_plugins do
7
gem "jekyll-paginate"
8
gem "jekyll-redirect-from"
@@ -13,3 +13,13 @@ end
13
group :test do
14
gem "html-proofer"
15
end
16
+
17
+# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
18
+# and associated library.
19
+install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
20
+ gem "tzinfo", "~> 1.2"
21
+ gem "tzinfo-data"
22
+end
23
24
+# Performance-booster for watching directories on Windows
25
+gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
0 commit comments