Skip to content

RuboCop Rails v2.34.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jan 08:04
· 22 commits to master since this release

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. (@koic)
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. (@koic)