Skip to content

Commit 57b705b

Browse files
committed
Use Rails 7.1 defaults
This removes the defaults file, as we now switch to using Rails 7.1 defaults.
1 parent 391c61b commit 57b705b

File tree

2 files changed

+1
-224
lines changed

2 files changed

+1
-224
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
module HmrcManualsApi
2222
class Application < Rails::Application
2323
# Initialize configuration defaults for originally generated Rails version.
24-
config.load_defaults 7.0
24+
config.load_defaults 7.1
2525

2626
# Please, add to the `ignore` list any other `lib` subdirectories that do
2727
# not contain `.rb` files, or that should not be reloaded or eager loaded.

config/initializers/new_framework_defaults_7_1.rb

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

0 commit comments

Comments
 (0)