Load 7.1 framework defaults

This commit is contained in:
Andrew Tomaka 2023-10-10 22:53:54 -04:00
parent 3ae931074b
commit f71da584d2
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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.