Advice from rails/rails

This commit is contained in:
Benjamin Fleischer 2017-11-02 09:19:40 -05:00
parent 2e2cdc91e0
commit b2b3112110

View File

@ -29,7 +29,7 @@ end
gemspec gemspec
# https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54 # https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54
@windows_platforms = [:mswin, :mingw, :x64_mingw] @windows_platforms = [:mswin, :mswin64, :mingw, :x64_mingw]
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: (@windows_platforms + [:jruby]) gem 'tzinfo-data', platforms: (@windows_platforms + [:jruby])