Updated to 7.0.7.1 and now am getting "cannot find file" errors when requiring rails when running a Rake task. This happens when I try to run a rake task or even "rake --task".
Have tried changing zeitwerk autoload_paths and fiddling with different zeitwerk config.
Turns out the file permissions were changed on 7.0.7.1 incorrectly.
Updating to 7.0.7.2 fixed the problem.