Bump rubocop-rails from 2.21.0 to 2.21.1
Bumps rubocop-rails from 2.21.0 to 2.21.1.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.21.1
Bug fixes
- #1108: Fix an incorrect autocorrect for
Rails/TimeZone
when usingString#to_time
. (@koic
)- #1109: Fix error for
Rails/RedundantActiveRecordAllMethod
whenall
is an argument for AR methods. (@masato-bkn
)- #1110: Fix false positive for
Rails/RedundantActiveRecordAllMethod
whenall
has any parameters. (@masato-bkn
)
Changelog
Sourced from rubocop-rails's changelog.
2.21.1 (2023-09-14)
Bug fixes
- #1108: Fix an incorrect autocorrect for
Rails/TimeZone
when usingString#to_time
. ([@koic
][])- #1109: Fix error for
Rails/RedundantActiveRecordAllMethod
whenall
is an argument for AR methods. ([@masato-bkn
][])- #1110: Fix false positive for
Rails/RedundantActiveRecordAllMethod
whenall
has any parameters. ([@masato-bkn
][])
Commits
-
fd3681b
Cut 2.21.1 -
eaaa688
Update Changelog -
8457ca2
Merge pull request #1115 from koic/fix_an_incorrect_autocorrect_for_rails_tim... -
a56fb0e
Merge pull request #1114 from masato-bkn/fix/rails_redundant_active_record_al... -
a731016
[Fix: #1110] Fix false positive forRails/RedundantActiveRecordAllMethod
wh... -
ce6056d
[Fix #1108] Fix an incorrect autocorrect forRails/TimeZone
-
fc9a15a
Merge pull request #1113 from masato-bkn/fix/rails_redundant_active_record_al... -
fc9bf0c
[Fix: #1109] Fix error forRails/RedundantActiveRecordAllMethod
whenall
... -
3932c01
Fix an incorrect position of a new cop entry in the changhelog -
c6c4f2a
Switch back docs version to master - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts