Skip to content

development-dependency: bump rubocop-rails from 2.11.0 to 2.11.2

James Nutt requested to merge dependabot-bundler-rubocop-rails-2.11.2 into master

Bumps rubocop-rails from 2.11.0 to 2.11.2.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.11.2

Bug fixes

  • #515: Fix an error for Rails/BulkChangeTable when using Psych 4.0. (@​koic)
  • #512: Fix a false positive for Rails/FindBy when using take with arguments. (@​koic)

RuboCop Rails 2.11.1

Bug fixes

  • #509: Fix an error for Rails/ReflectionClassName when using class_name: to_s. (@​skryukov)
  • #510: Fix an error for Rails/FindBy when calling #first or #take on a Range object. (@​johnsyweb)
  • #507: Fix an error for Rails/FindBy when calling take after block. (@​koic)
  • #504: Fix a false positive for Rails/FindBy when receiver is not an Active Record. (@​nvasilevski)
Changelog

Sourced from rubocop-rails's changelog.

2.11.2 (2021-07-02)

Bug fixes

  • #515: Fix an error for Rails/BulkChangeTable when using Psych 4.0. ([@​koic][])
  • #512: Fix a false positive for Rails/FindBy when using take with arguments. ([@​koic][])

2.11.1 (2021-06-25)

Bug fixes

  • #509: Fix an error for Rails/ReflectionClassName when using class_name: to_s. ([@​skryukov][])
  • #510: Fix an error for Rails/FindBy when calling #first or #take on a Range object. ([@​johnsyweb][])
  • #507: Fix an error for Rails/FindBy when calling take after block. ([@​koic][])
  • #504: Fix a false positive for Rails/FindBy when receiver is not an Active Record. ([@​nvasilevski][])
Commits
  • f3a4838 Cut 2.11.2
  • f8ce31d Merge pull request #513 from koic/fix_false_positive_for_rails_find_by
  • 6a5406a [Fix #512] Fix a false positive for Rails/FindBy
  • 37de74e Merge pull request #516 from koic/fix_error_rails_bulk_change_table
  • 97b6943 [Fix #515] Fix an error for Rails/BulkChangeTable
  • 7485ea7 Suppress a RuboCop offense
  • 574c311 Use test-queue for parallel testing
  • d35673b Switch back docs version to master
  • cc275a7 Cut 2.11.1
  • 9f6fcdc Merge pull request #510 from johnsyweb/paj/bug-repro
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports