Skip to content

Commit

Permalink
Windows needs tzinfo <v2
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Sep 13, 2021
1 parent 679391f commit 269153e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ gem "github-pages", group: :jekyll_plugins
#end

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

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

0 comments on commit 269153e

Please sign in to comment.