* Update framework files with `bin/rails app:update`.
* Update to use new Rails 7.0 default settings, except for a couple
things regarding new cookie and cache formats that would prevent us
from rolling back to Rails 6.1 if necessary.
This directory contains initializers run by Rails during bootup. Initializers are generally used to
configure libraries or other global settings during application boot.