Add tzinfo-data for Windows users

This commit is contained in:
Ben Hollis 2014-03-18 22:41:37 -07:00
parent 6b7e995548
commit f71a0951ef

View file

@ -8,4 +8,7 @@ gem "middleman", "~><%= Middleman::VERSION %>"
gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]