Skip to content

Commit

Permalink
Merge pull request #1073 from pod4lib/cache-format-version
Browse files Browse the repository at this point in the history
Use Rails 7.0 cache format; fixes #1071
  • Loading branch information
cbeer authored Aug 16, 2024
2 parents b2ba4ca + fdba86d commit 9ab9f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# will have a different format that is not supported by Rails 6.1 applications.
# Only change this value after your application is fully deployed to Rails 7.0
# and you have no plans to rollback.
# Rails.application.config.active_support.cache_format_version = 7.0
Rails.application.config.active_support.cache_format_version = 7.0

# Calls `Rails.application.executor.wrap` around test cases.
# This makes test cases behave closer to an actual request or job.
Expand Down

0 comments on commit 9ab9f9e

Please sign in to comment.