1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Bundle tzinfo-data on :x64_mingw (64-bit Ruby on Windows).

This commit is contained in:
Phil Ross 2014-04-12 18:44:50 +01:00
parent 711a882f10
commit c8ccab0527

View file

@ -33,5 +33,5 @@ source 'https://rubygems.org'
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince/) -%>
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin]
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
<% end -%>