Update gc_ruboconfig requirement from ~> 2.18.0 to ~> 3.3.0
Updates the requirements on gc_ruboconfig to permit the latest version.
Release notes
Sourced from gc_ruboconfig's releases.
v3.3.0
Removed
Gemspec/DateAssignmentas it has been removed from rubocop. This is replaced byGemspec/DeprecatedAttributeAssignment
Changelog
Sourced from gc_ruboconfig's changelog.
3.3.0
Removed
Gemspec/DateAssignmentas it has been removed from rubocop. This is replaced byGemspec/DeprecatedAttributeAssignment3.2.0
Enabled new cops from
rubocop1.29.1andrubocop-rspec2.11.03.1.0
Enabled new cops from
rubocop1.26.1andrubocop-rails2.14.03.0.1
Remove
rubocop-railsrequire fromrubocop.yml3.0.0
Allowing Rails based cops to be required separately. Add the following to use them:
inherit_gem: gc_ruboconfig: - rubocop.yml - rails.yml2.33.0
Adding
rubocop-railsas part of the default install
- Enabled all
Rails/cops except:
Rails/AddColumnIndex- Allowindex: truewhen creating a columnRails/ShortI18n- Use long formtranslateandlocalizeinstead oftandl2.32.0
Adding support for new cops:
- Enabled cops:
Performance/StringIdentifierArgument- Only pass symbols tosendStyle/MapToHash- Preferto_h {}overmap {}.to_hStyle/NumberedParameters- Only allow numbered params on single linesStyle/NumberedParametersLimit- Cap number of numbered params at 2Security/IoMethods- Disallow direct access toIO.readmethodsGemspec/RequireMFA- Require MFA annotation on gemspecs
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)