Added bootsnap for faster app boot (has been default gem for many years now and generally cuts boot time in half in all environments)
Updated config files with rails app:update
Locked audited gem to specific Github reference (after relaxing rails dependency requirements to support 7.x but before breaking boot)
Wrapped Audited initializer in to_prepare block to allow autoloading Audit model class
Reference CarrierWave::Uploader::Base.asset_host instead of ApplicationUploader.asset_host in security policy initializer to avoid autoload error on ApplicationUploader
Because hey, why stop at Rails 6.1 🕺
audited
gem to specific Github reference (after relaxing rails dependency requirements to support 7.x but before breaking boot)to_prepare
block to allow autoloadingAudit
model classCarrierWave::Uploader::Base.asset_host
instead ofApplicationUploader.asset_host
in security policy initializer to avoid autoload error onApplicationUploader