Skip to content

Commit

Permalink
Merge pull request #8711 from alphagov/update-cache-format-7.1
Browse files Browse the repository at this point in the history
Upgrade Rails cache format version to 7.1
  • Loading branch information
ryanb-gds authored Jan 9, 2024
2 parents a6799df + 2c926e2 commit 7a1041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1

# config.active_support.cache_format_version = 7.1
config.active_support.cache_format_version = 7.1

# Disable rails 7.0+ button_to behaviour
config.action_view.button_to_generates_button_tag = false
Expand Down

0 comments on commit 7a1041f

Please sign in to comment.