Enable Rails 7.0 specs support

Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 19:02:36 +01:00
родитель e4401a469b
Коммит 7be390701f
9 изменённых файлов: 427 добавлений и 4 удалений

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

@@ -14,5 +14,9 @@ module Dummy
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.
###
config.active_record.legacy_connection_handling = false if Rails::VERSION::MAJOR > 6
end
end