activeadmin / arbre

An Object Oriented DOM Tree in Ruby
MIT License
762 stars 74 forks source link

Bump rubocop from 1.45.0 to 1.45.1 in /gemfiles/rails_61 #449

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rubocop from 1.45.0 to 1.45.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.45.1

Bug fixes

  • #11552: Fix a false positive for Lint/Debugger when methods containing different method chains. (@​ydah)
  • #11548: Fix an error for Style/AccessModifierDeclarations when if a non method definition was included. (@​ydah)
  • #11554: Fix an error for Style/RedundantCondition when the branches contains empty hash literal argument. (@​koic)
  • #11549: Fix an error for third party cops when inheriting RuboCop::Cop::Cop. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.45.1 (2023-02-08)

Bug fixes

  • #11552: Fix a false positive for Lint/Debugger when methods containing different method chains. ([@​ydah][])
  • #11548: Fix an error for Style/AccessModifierDeclarations when if a non method definition was included. ([@​ydah][])
  • #11554: Fix an error for Style/RedundantCondition when the branches contains empty hash literal argument. ([@​koic][])
  • #11549: Fix an error for third party cops when inheriting RuboCop::Cop::Cop. ([@​koic][])
Commits
  • b0f8575 Cut 1.45.1
  • c3f9516 Update Changelog
  • c4ee09c Fix an error for Style/AccessModifierDeclarations when if a non method defi...
  • 2404946 CI against JRuby 9.4 instead of JRuby 9.3
  • 2989584 Fix a false positive for Lint/Debugger when methods containing different me...
  • cdfc397 Restore a pending test for processing a regex with regopt
  • dca9221 [Fix #11554] Fix an error for Style/RedundantCondition
  • 4ec3822 [Fix #11549] Fix an error for third party cops
  • b1b393a Switch back the docs version
  • See full diff in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)