2
0

Enable Rails 7.1 Marshalling format (#28609)

This commit is contained in:
Jean Boussier
2024-01-05 22:57:47 +01:00
committed by GitHub
parent 12bed81187
commit 5a6d533c53
5 changed files with 8 additions and 180 deletions

View File

@@ -63,6 +63,8 @@ module Mastodon
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.active_record.marshalling_format_version = 7.1
# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.