Skip to content

Commit eb891a4

Browse files
committed
Rails app:update Enable Rails 7.1 defaults
1 parent 6d3cece commit eb891a4

File tree

2 files changed

+1
-285
lines changed

2 files changed

+1
-285
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Application < Rails::Application
1818
config.flipflop.raise_strategy_errors = nil
1919

2020
# Initialize configuration defaults for originally generated Rails version.
21-
config.load_defaults 7.0
21+
config.load_defaults 7.1
2222

2323
# Enable asset pipeline
2424
config.assets.enabled = true

config/initializers/new_framework_defaults_7_1.rb

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)