Update to Rails 7.1 #8

Merged
atomaka merged 5 commits from rails-71 into main 2023-10-10 23:01:16 -04:00
Showing only changes of commit f71da584d2 - Show all commits

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.