Skip to content

dep: bump rubocop-rails from 2.9.0 to 2.9.1

George Koltsov requested to merge dependabot-bundler-rubocop-rails-2.9.1 into master

Bumps rubocop-rails from 2.9.0 to 2.9.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.9.1

Bug fixes

  • #408: Fix bug in Rails/FindEach where config was ignored. (@ghiculescu)
  • #401: Fix an error for Rails/WhereEquals using only named placeholder template without replacement argument. (@koic)

Changes

  • #404: Make Rails/HelperInstanceVariable accepts of instance variables when a class which inherits ActionView::Helpers::FormBuilder. (@koic)
  • #406: Deconstruct "table.column" in Rails/WhereEquals. (@mobilutz)
Changelog

Sourced from rubocop-rails's changelog.

2.9.1 (2020-12-16)

Bug fixes

  • #408: Fix bug in Rails/FindEach where config was ignored. ([@ghiculescu][])
  • #401: Fix an error for Rails/WhereEquals using only named placeholder template without replacement argument. ([@koic][])

Changes

  • #404: Make Rails/HelperInstanceVariable accepts of instance variables when a class which inherits ActionView::Helpers::FormBuilder. ([@koic][])
  • #406: Deconstruct "table.column" in Rails/WhereEquals. ([@mobilutz][])
Commits
  • addc9d3 Cut 2.9.1
  • 8d10c49 Merge pull request #406 from mobilutz/patch-1
  • 8e4425c Rails/WhereEquals add table/column split
  • 0728968 Merge pull request #407 from koic/make_rails_helper_instance_variable_accept_...
  • 4741d6b [Fix #404] Make Rails/HelperInstanceVariable accept of instance variables
  • 97c8578 Merge pull request #405 from koic/fix_an_error_for_rails_where_equals
  • 3eecd98 [Fix #401] Fix an error for Rails/WhereEquals
  • abbb4fa Merge pull request #408 from ghiculescu/find-each-bug
  • 0ffda34 Fix bug in Rails/FindEach
  • 151b8a6 Fix a build error
  • Additional commits viewable in compare view

Merge request reports