chore: Update Docker dev setup

Этот коммит содержится в:
Mattia Roccoberton
2025-03-14 23:00:20 +01:00
родитель f036148e26
Коммит 74ea2f860d
12 изменённых файлов: 104 добавлений и 135 удалений

Просмотреть файл

@@ -59,4 +59,8 @@ Rails.application.configure do
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker
###
config.active_support.to_time_preserves_timezone = :zone if Gem::Version.new(Rails.version) >= Gem::Version.new('8.0')
end