Merge pull request #1219 from bhollis/windows

Add tzinfo-data for Windows users
This commit is contained in:
Thomas Reynolds 2014-03-19 15:40:33 -07:00
commit 515c91e826

View file

@ -9,3 +9,6 @@ gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]