I've created a new Rails 6.1 application from scratch with Ruby 3.0.0. I've run db:create and generated a single model with some string columns, followed by rails db:migrate. I ran rails test but got this require rexml error: /Users/froop/.rvm/gems/ruby-3.0.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:34:in `require': cannot load such file -- rexml/document (LoadEr
