Skip to content

Commit

Permalink
Use Rails 7.0 cache format; fixes #1071
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Aug 16, 2024
1 parent b2ba4ca commit fdba86d
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 fdba86d

Please sign in to comment.