Bug fixes
- #1662: Fix an error for
Rails/ReadWriteAttributewhen aread_attributecall is nested inside another attribute call. (@viralpraxis) - #1660: Fix an incorrect autocorrect for
Rails/RakeEnvironmentwhen a task declares its arguments without an array literal, or declares an empty dependency list. (@viralpraxis) - #1657: Fix version-gated cops using
minimum_target_rails_versionto respectAllCops: TargetRailsVersionso that an explicitly configured version takes precedence over the lockfile and enables these cops in projects without a lockfile. (@koic)