Add jruby to the list of envs requiring tzinfo-data. Addresses comments in #1458

This commit is contained in:
Thomas Reynolds 2015-03-21 11:21:03 -07:00
parent 7f2048b865
commit d845503f50

View file

@ -11,4 +11,4 @@ gem "middleman-livereload", "~> 3.1.0"
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]