Skip to content

Commit

Permalink
bump framework defaults to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Dec 28, 2023
1 parent 7e5e813 commit 623f8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 282 deletions.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
module Lobsters
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 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.
Expand All @@ -49,6 +49,7 @@ class Application < Rails::Application
config.active_record.cache_query_log_tags = true

config.cache_store = :file_store, "#{config.root}/tmp/cache/"
config.active_support.cache_format_version = 7.0 # bump to 7.1 after 7.1 deploy fills caches

config.exceptions_app = routes

Expand Down
281 changes: 0 additions & 281 deletions config/initializers/new_framework_defaults_7_1.rb

This file was deleted.

0 comments on commit 623f8f8

Please sign in to comment.