Bump to Rails 8.1 defaults
All checks were successful
Ruby CI / test (pull_request) Successful in 43s
All checks were successful
Ruby CI / test (pull_request) Successful in 43s
This commit is contained in:
parent
d5ee8d3191
commit
c1213aa57f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue