dep: bump rubocop-rails from 2.9.0 to 2.9.1
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
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
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] MakeRails/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 forRails/WhereEquals
-
abbb4fa
Merge pull request #408 from ghiculescu/find-each-bug -
0ffda34
Fix bug inRails/FindEach
-
151b8a6
Fix a build error - Additional commits viewable in compare view