Skip to content

Commit

Permalink
🔧 Bump config.load_defaults to 7.0
Browse files Browse the repository at this point in the history
Now that all necessary default overrides are in place, we can bump
`config.load_defaults` for Rails 7.
  • Loading branch information
jcroteau committed Nov 21, 2024
1 parent c0078c5 commit 91a0a39
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 @@ -12,7 +12,7 @@
module CaseflowCertification
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults 7.0

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 91a0a39

Please sign in to comment.