From f71da584d20e69b82d24578360ab6cd4e9ed52d4 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 10 Oct 2023 22:53:54 -0400 Subject: [PATCH] Load 7.1 framework defaults --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 67a738a..3526226 100644 --- a/config/application.rb +++ b/config/application.rb @@ -9,7 +9,7 @@ Bundler.require(*Rails.groups) module FamilyBudget 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.