Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the rubocop group with 2 updates in the / directory: rubocop-rails and rubocop-i18n.

Updates rubocop-rails from 2.33.3 to 2.33.4

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.33.4

Bug fixes

  • #1530: Fix an incorrect autocorrect for Rails/FindByOrAssignmentMemoization when using endless method definition. (@​koic)
  • #1522: Fix an error for Rails/FindBy when where takes a block. (@​earlopain)
  • #1182: Fix a false positive for Rails/ActionControllerFlashBeforeRender when flash is called in a block. (@​5hun-s)
Changelog

Sourced from rubocop-rails's changelog.

2.33.4 (2025-09-27)

Bug fixes

  • #1530: Fix an incorrect autocorrect for Rails/FindByOrAssignmentMemoization when using endless method definition. ([@​koic][])
  • #1522: Fix an error for Rails/FindBy when where takes a block. ([@​earlopain][])
  • #1182: Fix a false positive for Rails/ActionControllerFlashBeforeRender when flash is called in a block. ([@​5hun-s][])
Commits
  • b2ccb82 Cut 2.33.4
  • 0fb1259 Update Changelog
  • 24faad2 Merge pull request #1533 from viralpraxis/load-simplecov-before-lib-for-bette...
  • 28caddb Load simplecov before loading lib for better coverage results
  • 60dd19b Merge pull request #1528 from 5hun-s/fix_false_positive_for_rails_action_cont...
  • 87e5bbf [Fix rubocop#1182] Fix a false positive for Rails/ActionControllerFlashBefore...
  • ec292a2 Fix a build error when using Ruby 2.7
  • 17371a8 Merge pull request #1531 from koic/fix_an_incorrect_autocorrect_for_rails_fin...
  • 2b091eb Fix an incorrect autocorrect for Rails/FindByOrAssignmentMemoization
  • dd73491 Merge pull request #1522 from Earlopain/find-by-where-block
  • Additional commits viewable in compare view

Updates rubocop-i18n from 3.0.0 to 3.2.3

Release notes

Sourced from rubocop-i18n's releases.

v3.2.3

3.2.3

  • Fix an error when RuboCop::I18n::Version is used.

Check https://github.com/puppetlabs/rubocop-i18n/blob/HEAD/CHANGELOG.md for additional details.

v3.2.2

3.2.2

  • Fix incorrect rubocop-i18n version number when rubocop -V is used.

Check https://github.com/puppetlabs/rubocop-i18n/blob/HEAD/CHANGELOG.md for additional details.

v3.2.1

3.2.1

  • Make the runtime dependency on RuboCop more flexible.

Check https://github.com/puppetlabs/rubocop-i18n/blob/HEAD/CHANGELOG.md for additional details.

v3.2.0

3.2.0

  • Pluginfy rubocop-i18n (#65)

Check https://github.com/puppetlabs/rubocop-i18n/blob/HEAD/CHANGELOG.md for additional details.

v3.1.0

3.1.0

  • Transfer ownership of rubocop-i18n from puppetlabs org to rubocop org (#62)
  • Suppress RuboCop warnings (#59)

Check https://github.com/puppetlabs/rubocop-i18n/blob/HEAD/CHANGELOG.md for additional details.

Changelog

Sourced from rubocop-i18n's changelog.

3.2.3

  • Fix an error when RuboCop::I18n::Version is used.

3.2.2

  • Fix incorrect rubocop-i18n version number when rubocop -V is used.

3.2.1

  • Make the runtime dependency on RuboCop more flexible.

3.2.0

  • Pluginfy rubocop-i18n (#65)

3.1.0

  • Transfer ownership of rubocop-i18n from puppetlabs org to rubocop org (#62)
  • Suppress RuboCop warnings (#59)
Commits
  • d363f77 Cut 3.2.3
  • 0282efa Fix an error when RuboCop::I18n::Version is used
  • 65049f5 Cut 3.2.2
  • 2bae51b Fix incorrect rubocop-i18n version number when rubocop -V is used
  • bb88b12 Cut 3.2.1
  • 7a3b73b Make the runtime dependency on RuboCop more flexible
  • a969cf3 Add RuboCop version section to bug template
  • a311aaa Remove the default parallel option -P in a development Rake task
  • 4575150 Cut 3.2.0
  • 0b7ba70 Suppress RuboCop's warnings
  • Additional commits viewable 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 1, 2025
Bumps the rubocop group with 2 updates in the / directory: [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-i18n](https://github.com/puppetlabs/rubocop-i18n).


Updates `rubocop-rails` from 2.33.3 to 2.33.4
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.33.3...v2.33.4)

Updates `rubocop-i18n` from 3.0.0 to 3.2.3
- [Release notes](https://github.com/puppetlabs/rubocop-i18n/releases)
- [Changelog](https://github.com/rubocop/rubocop-i18n/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-i18n@v3.0.0...v3.2.3)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-version: 2.33.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rubocop
- dependency-name: rubocop-i18n
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-cfa6b5c486 branch from d743c88 to 0c10a7c Compare November 1, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant