【发布时间】:2020-05-30 07:57:09
【问题描述】:
如果应用程序仅在 Linux docker 容器上运行,是否需要 tzinfo-data。是否需要将以下内容添加到 Gemfile 中
Windows 不包含 zoneinfo 文件,因此捆绑 tzinfo-data gem
gem 'tzinfo-data',平台:[:mingw, :mswin, :x64_mingw, :jruby]
【问题讨论】:
-
这里有什么问题?
-
如果应用程序仅在 Linux docker 容器上运行,是否需要 tzinfo-data。是否需要将以下内容添加到 Gemfile
标签: ruby-on-rails