mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #18240 from shunsukeaida/add_tzinfo_data_to_plugin_gemfile
plugin's gemfile also needs tzinfo-data in Windows
This commit is contained in:
commit
d233220f29
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ end
|
|||
# gem 'byebug', group: [:development, :test]
|
||||
<%- end -%>
|
||||
<% end -%>
|
||||
|
||||
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue