Bump to Rails 8.1 defaults
All checks were successful
Ruby CI / test (pull_request) Successful in 43s

This commit is contained in:
Andrew Tomaka 2025-06-05 19:26:00 -04:00
parent d5ee8d3191
commit c1213aa57f
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 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.