From b344c5e870407255d00d1b54871a4bc1e65efbf4 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 13 Oct 2023 13:26:37 +0200 Subject: [PATCH] Change Rails' cache format to 7.0 --- config/application.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/application.rb b/config/application.rb index 7f7f8b5d6..42da1407f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -64,13 +64,6 @@ module Mastodon # Initialize configuration defaults for originally generated Rails version. config.load_defaults 7.0 - # TODO: Release a version which uses the 7.0 defaults as specified above, - # but preserves the 6.1 cache format as set below. In a subsequent change, - # remove this line setting to 6.1 cache format, and then release another version. - # https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#new-activesupport-cache-serialization-format - # https://github.com/mastodon/mastodon/pull/24241#discussion_r1162890242 - config.active_support.cache_format_version = 6.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.