Changes
- #1649: Allow frozen array/hash literal (e.g.
[].freeze,{}.freeze) as:defaultvalue inRails/AttributeDefaultBlockValue. (@kuboon) - #1652: Improve
Rails/HttpPositionalArgumentsperformance by checking forinclude Rack::Test::Methodsonce per file instead of once per HTTP call. (@moberegger) - #1650: Speed up loading rubocop-rails by lazily loading only the cops and mixins needed for a run. This requires RuboCop 1.89.0+. (@koic)