From c1213aa57f6cbb5486f6dfc38fd853e48a6b69dd Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 5 Jun 2025 19:26:00 -0400 Subject: [PATCH] Bump to Rails 8.1 defaults --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 36fd491..10190b7 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 8.0 + config.load_defaults 8.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.