Make `Lint/NonDeterministicRequireOrder` not to register offense for Ruby 3 by koic · Pull Request #9300 · rubocop/rubocop

Dir.glob and Dir[] sort the results by default in Ruby 3.0. https://bugs.ruby-lang.org/issues/8709 ruby/ruby@2f1081a This PR will make not to register an offense when using Ruby 3.0. So users don...