Skip to content

Commit c9c3f7c

Browse files
committed
Flip load_defaults to 7.1
1 parent 546ca13 commit c9c3f7c

File tree

2 files changed

+1
-225
lines changed

2 files changed

+1
-225
lines changed

config/application.rb

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
module RailsContributors
2323
class Application < Rails::Application
2424
# Initialize configuration defaults for originally generated Rails version.
25-
config.load_defaults 7.0
25+
config.load_defaults 7.1
2626

2727
config.add_autoload_paths_to_load_path = false
2828
config.middleware.insert 0, BotKiller
@@ -39,8 +39,5 @@ class Application < Rails::Application
3939
#
4040
# config.time_zone = "Central Time (US & Canada)"
4141
# config.eager_load_paths << Rails.root.join("extras")
42-
43-
config.add_autoload_paths_to_load_path = false
44-
config.active_support.cache_format_version = 7.1
4542
end
4643
end

config/initializers/new_framework_defaults_7_1.rb

-221
This file was deleted.

0 commit comments

Comments
 (0)