add 'tzinfo-data' gem to Jekyll Gemfile
This commit is contained in:
parent
c4142c4c77
commit
ee5266602e
3
Gemfile
3
Gemfile
|
@ -79,6 +79,9 @@ group :jekyll_optional_dependencies do
|
||||||
gem "classifier-reborn", "~> 2.0"
|
gem "classifier-reborn", "~> 2.0"
|
||||||
gem "liquid-c", "~> 3.0"
|
gem "liquid-c", "~> 3.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue