mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Add jruby to the list of envs requiring tzinfo-data. Addresses comments in #1458
This commit is contained in:
parent
7f2048b865
commit
d845503f50
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ gem "middleman-livereload", "~> 3.1.0"
|
||||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
||||||
|
|
||||||
# Windows does not come with time zone data
|
# Windows does not come with time zone data
|
||||||
gem "tzinfo-data", platforms: [:mswin, :mingw]
|
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]
|
Loading…
Reference in a new issue