Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #35432 - Use Rails 6.1 defaults
Rails has introduced config.load_defaults[1] to load the defaults of a certain version. Currently this is not called at all, which means using Rails < 5.0 defaults. Changing this brings Foreman more in line with the Rails recommended defaults. [1]: https://guides.rubyonrails.org/configuring.html#versioned-default-values
- Loading branch information