Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the rubocop group with 7 updates in the / directory:

Package From To
rubocop 1.80.2 1.81.7
rubocop-rails 2.33.3 2.34.2
rubocop-factory_bot 2.27.1 2.28.0
rubocop-i18n 3.0.0 3.2.3
rubocop-performance 1.25.0 1.26.1
rubocop-rspec 3.7.0 3.8.0
rubocop-rspec_rails 2.31.0 2.32.0

Updates rubocop from 1.80.2 to 1.81.7

Release notes

Sourced from rubocop's releases.

RuboCop v1.81.7

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@​koic)
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. (@​koic)
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. (@​koic)
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. (@​koic)
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). (@​koic)
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. (@​Fryguy)
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. (@​earlopain)

RuboCop v1.81.6

Bug fixes

  • #14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. (@​koic)
  • #14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. (@​koic)
  • #14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. (@​martinemde)
  • #14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. (@​koic)
  • #14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. (@​koic)
  • #14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. (@​koic)
  • #14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. (@​dvandersluis)
  • #14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. (@​dvandersluis)
  • #14607: Fix Style/RedundantFormat handling control characters like \n. (@​dvandersluis)
  • #14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. (@​koic)
  • #14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. (@​earlopain)

Changes

  • #14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. (@​viralpraxis)
  • #14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. (@​viralpraxis)
  • #14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. (@​viralpraxis)
  • #14568: Make Style/LambdaCall autocorrection contextual. (@​koic)

RuboCop v1.81.1

Bug fixes

  • #14563: Fix incorrect autocorrection for Lint/DeprecatedOpenSSLConstant when Cipher appears twice. (@​koic)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.81.7 (2025-10-31)

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])

1.81.6 (2025-10-21)

Bug fixes

  • #14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. ([@​koic][])
  • #14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. ([@​koic][])
  • #14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. ([@​martinemde][])
  • #14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. ([@​koic][])
  • #14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. ([@​koic][])
  • #14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. ([@​koic][])
  • #14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. ([@​dvandersluis][])
  • #14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. ([@​dvandersluis][])
  • #14607: Fix Style/RedundantFormat handling control characters like \n. ([@​dvandersluis][])
  • #14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. ([@​koic][])
  • #14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. ([@​earlopain][])

Changes

  • #14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. ([@​viralpraxis][])
  • #14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. ([@​viralpraxis][])
  • #14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. ([@​viralpraxis][])
  • #14568: Make Style/LambdaCall autocorrection contextual. ([@​koic][])

1.81.1 (2025-09-26)

Bug fixes

  • #14563: Fix incorrect autocorrection for Lint/DeprecatedOpenSSLConstant when Cipher appears twice. ([@​koic][])

Changes

  • #14565: Allow multiline method chain for Style/NumberedParameters and Style/ItBlockParameter with EnforcedStyle: allow_single_line when the block itself is on a single line. ([@​earlopain][])

1.81.0 (2025-09-25)

New features

... (truncated)

Commits
  • 4a9b053 Cut 1.81.7
  • 4e6aec2 Update Changelog
  • 8b61b58 Remove uselsss code from Lint/Debugger
  • 356416d Skip unnecessary logic in Style/Semicolon
  • c7d19ab [Docs] Tweak the doc for Lint/MissingCopEnableDirective
  • b7cad37 Reuse s.version in gemspec
  • 300e29b Fix an error for Style/SoleNestedConditional
  • eb0b07a Remove bundler gem from Gemfile
  • e4baec8 Merge pull request #14629 from koic/fix_false_positives_for_style_float_division
  • f8e8cfa Merge pull request #14627 from koic/fix_false_positives_for_style_constant_vi...
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.33.3 to 2.34.2

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.34.2

Changes

  • #1565: Make Rails/Presence allow index access methods. (@​koic)

RuboCop Rails v2.34.1

Bug fixes

  • #1556: Fix an error for Rails/Env when assigning Rails.env. (@​koic)
  • #1557: Fix false positives for Rails/Presence with comparison and assignment operators. (@​davidenglishmusic)
  • #1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. (@​koic)
  • #1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. (@​koic)

RuboCop Rails v2.34.0

New features

Bug fixes

  • #1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. (@​koic)
  • #1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. (@​koic)
  • #1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. (@​koic)
  • #1549: Fix Rails/InverseOf cop false positives when using dynamic association options. (@​viralpraxis)

Changes

RuboCop Rails v2.33.4

Bug fixes

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.34.2 (2025-11-29)

Changes

  • #1565: Make Rails/Presence allow index access methods. ([@​koic][])

2.34.1 (2025-11-24)

Bug fixes

  • #1556: Fix an error for Rails/Env when assigning Rails.env. ([@​koic][])
  • #1557: Fix false positives for Rails/Presence with comparison and assignment operators. ([@​davidenglishmusic][])
  • #1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. ([@​koic][])
  • #1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. ([@​koic][])

2.34.0 (2025-11-16)

New features

Bug fixes

  • #1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. ([@​koic][])
  • #1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. ([@​koic][])
  • #1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. ([@​koic][])
  • #1549: Fix Rails/InverseOf cop false positives when using dynamic association options. ([@​viralpraxis][])

Changes

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
  • 7cecff9 Cut 2.34.2
  • c98fc35 Update Changelog
  • c7fa966 Merge pull request #1567 from koic/make_rails_presence_allow_index_access_met...
  • 73bae13 [Fix #1565] Make Rails/Presence allow index access methods
  • 1dc1a63 Merge pull request #1566 from rubocop/dependabot/github_actions/actions/check...
  • ac34a8b Bump actions/checkout from 5 to 6
  • e35c37d Switch back docs version to master
  • f7d588c Cut 2.34.1
  • 91780db Update Changelog
  • cf897f3 Merge pull request #1562 from koic/fix_incorrect_autocorrect_for_rails_redire...
  • Additional commits viewable in compare view

Updates rubocop-factory_bot from 2.27.1 to 2.28.0

Release notes

Sourced from rubocop-factory_bot's releases.

RuboCop FactoryBot v2.28.0

  • Fix an error for FactoryBot/AssociationStyle cop when trait is not inside factory block. (@​viralpraxis)
  • Fix an error for FactoryBot/ConsistentParenthesesStyle cop when using keyword splat argument. (@​viralpraxis)
  • Fix a false negative for FactoryBot/SyntaxMethods when method is used inside a module. (@​lovro-bikic)
  • Fix FactoryBot/AssociationStyle false positives on reserved methods. (@​r7kamura)
Changelog

Sourced from rubocop-factory_bot's changelog.

2.28.0 (2025-11-12)

  • Fix an error for FactoryBot/AssociationStyle cop when trait is not inside factory block. ([@​viralpraxis])
  • Fix an error for FactoryBot/ConsistentParenthesesStyle cop when using keyword splat argument. ([@​viralpraxis])
  • Fix a false negative for FactoryBot/SyntaxMethods when method is used inside a module. ([@​lovro-bikic])
  • Fix FactoryBot/AssociationStyle false positives on reserved methods. ([@​r7kamura])
Commits
  • 0efba36 Merge pull request #161 from rubocop/bump
  • cbcc7a3 Bump version to 2.28.0
  • 8b9dda6 Merge pull request #160 from r7kamura/association-style-reserved-methods
  • 817d4d1 Fix FactoryBot/AssociationStyle false positives on reserved methods
  • 03775fe Merge pull request #156 from rubocop/dependabot/github_actions/actions/checko...
  • 54ad63e Bump actions/checkout from 4 to 5
  • cfa98ff Merge pull request #155 from lovro-bikic/syntax-methods-false-negative
  • 75bed26 Fix false negative for SyntaxMethods cop when inside a namespace
  • 50d4167 Merge pull request #152 from viralpraxis/fix-an-error-for-factory-bot-consist...
  • 483180c Fix an error for FactoryBot/ConsistentParenthesesStyle cop
  • 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

Updates rubocop-performance from 1.25.0 to 1.26.1

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance v1.26.1

Bug fixes

  • #517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. (@​koic)

Changes

  • #520: Disable Performance/BigDecimalWithNumericArgument by default. (@​earlopain)

RuboCop Performance v1.26.0

Bug fixes

  • #444: Fix an incorrect autocorrect for Performance/BlockGivenWithExplicitBlock when using Naming/BlockForwarding's autocorrection together. (@​a-lavis)
  • #500: Mark Performance/MapCompact cop as unsafe. (@​jbpextra)
  • #498: Fix Performance/Count cop error on empty selector block. (@​viralpraxis)
  • #504: Fix autocorrection syntax error for Performance/Count with multiline calls. (@​lovro-bikic)

Changes

  • #512: Detect negated conditions like !foo.start_with('bar') && !foo.start_with('baz') with Performance/DoubleStartEndWith. (@​earlopain)
Changelog

Sourced from rubocop-performance's changelog.

1.26.1 (2025-10-18)

Bug fixes

  • #517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. ([@​koic][])

Changes

  • #520: Disable Performance/BigDecimalWithNumericArgument by default. ([@​earlopain][])

1.26.0 (2025-09-06)

Bug fixes

  • #444: Fix an incorrect autocorrect for Performance/BlockGivenWithExplicitBlock when using Naming/BlockForwarding's autocorrection together. ([@​a-lavis][])
  • #500: Mark Performance/MapCompact cop as unsafe. ([@​jbpextra][])
  • #498: Fix Performance/Count cop error on empty selector block. ([@​viralpraxis][])
  • #504: Fix autocorrection syntax error for Performance/Count with multiline calls. ([@​lovro-bikic][])

Changes

  • #512: Detect negated conditions like !foo.start_with('bar') && !foo.start_with('baz') with Performance/DoubleStartEndWith. ([@​earlopain][])
Commits
  • 4783c90 Cut 1.26.1
  • d3f1806 Update Changelog
  • a63df04 Merge pull request #521 from Earlopain/disable-bigdecimal
  • 7a5499f [Fix #520] Disable Performance/BigDecimalWithNumericArgument by default
  • 03a6071 Merge pull request #518 from koic/fix_false_positives_for_performance_redunda...
  • a1ef194 [Fix #517] Fix false positives for Performance/RedundantStringChars
  • 6e1afeb Tweak bug report template
  • 60ff474 Suppress RuboCop's offense
  • 955429a Switch back docs version to master
  • 4e6eb01 Cut 1.26.0
  • Additional commits viewable in compare view

Updates rubocop-rspec from 3.7.0 to 3.8.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.8.0

  • Add new cop RSpec/LeakyLocalVariable. (@​lovro-bikic)
  • Bump RuboCop requirement to +1.81. (@​ydah)
  • Fix a false positive for RSpec/LetSetup when let! used in outer scope. (@​ydah)
  • Fix a false positive for RSpec/ReceiveNever cop when allow(...).to receive(...).never. (@​ydah)
  • Fix detection of nameless doubles with methods in RSpec/VerifiedDoubles. (@​ushi-as)
  • Improve an offense message for RSpec/RepeatedExample cop. (@​ydah)
  • Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when configured. (@​corsonknowles, @​bquorning)
Changelog

Sourced from rubocop-rspec's changelog.

3.8.0 (2025-11-12)

  • Add new cop RSpec/LeakyLocalVariable. ([@​lovro-bikic])
  • Bump RuboCop requirement to +1.81. ([@​ydah])
  • Fix a false positive for RSpec/LetSetup when let! used in outer scope. ([@​ydah])
  • Fix a false positive for RSpec/ReceiveNever cop when allow(...).to receive(...).never. ([@​ydah])
  • Fix detection of nameless doubles with methods in RSpec/VerifiedDoubles. ([@​ushi-as])
  • Improve an offense message for RSpec/RepeatedExample cop. ([@​ydah])
  • Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when configured. ([@​corsonknowles], [@​bquorning])
  • Add new cop RSpec/Output. ([@​kevinrobell-st])
Commits
  • dc8f6ac Merge pull request #2133 from rubocop/bump
  • c271e68 Bump version to 3.8.0
  • 44b9294 Merge pull request #2130 from rubocop/add-dot-ruby-version
  • 25a1255 Add a .ruby-version file
  • 3f31059 Merge pull request #2090 from corsonknowles/fix_spec_file_path_format_for_inf...
  • 2777fa2 Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when define...
  • 961389a Merge pull request #2119 from rubocop/1932
  • f6db226 Improve an offense message for RSpec/RepeatedExamplecop
  • 9b5dd15 Merge pull request #2112 from ushi-as/fix-detection-of-nameless-doubles
  • 0549bae RSpec/VerifiedDoubles: fix detection of nameless doubles
  • Additional commits viewable in compare view

Updates rubocop-rspec_rails from 2.31.0 to 2.32.0

Release notes

Sourced from rubocop-rspec_rails's releases.

RuboCop RSpec Rails v2.32.0

  • Add RSpecRails/HttpStatusNameConsistency cop. (@​taketo1113)
  • Support correcting assert_response assertion in in RSpec/Rails/MinitestAssertions. (@​nzlaura)
Changelog

Sourced from rubocop-rspec_rails's changelog.

2.32.0 (2025-11-12)

  • Add RSpecRails/HttpStatusNameConsistency cop. ([@​taketo1113])
  • Support correcting assert_response assertion in in RSpec/Rails/MinitestAssertions. ([@​nzlaura])
Commits
  • 6c33c38 Merge pull request #77 from rubocop/bump
  • 7aeecf7 Bump version to 2.32.0
  • 62d77f8 Merge pull request #76 from nzlaura/fix/add-assert-response
  • fc0cfc1 feat: support assert response
  • 2df4a5b Merge pull request #74 from taketo1113/add-http-status-name-consistency-cop
  • 83c0f50 Add RSpecRails/HttpStatusNameConsistency cop
  • 4a24882 Merge pull request #71 from rubocop/dependabot/github_actions/actions/checkout-5
  • 66e1e65 Bump actions/checkout from 4 to 5
  • 1aefde0 Merge pull request #67 from rubocop/switch-docs-version
  • ad28945 Switch docs version back
  • 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 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

Bumps the rubocop group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.80.2` | `1.81.7` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.33.3` | `2.34.2` |
| [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) | `2.27.1` | `2.28.0` |
| [rubocop-i18n](https://github.com/puppetlabs/rubocop-i18n) | `3.0.0` | `3.2.3` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.25.0` | `1.26.1` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.7.0` | `3.8.0` |
| [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) | `2.31.0` | `2.32.0` |



Updates `rubocop` from 1.80.2 to 1.81.7
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.80.2...v1.81.7)

Updates `rubocop-rails` from 2.33.3 to 2.34.2
- [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.34.2)

Updates `rubocop-factory_bot` from 2.27.1 to 2.28.0
- [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases)
- [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-factory_bot@v2.27.1...v2.28.0)

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)

Updates `rubocop-performance` from 1.25.0 to 1.26.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.1)

Updates `rubocop-rspec` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.7.0...v3.8.0)

Updates `rubocop-rspec_rails` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/rubocop/rubocop-rspec_rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec_rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec_rails@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.81.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rails
  dependency-version: 2.34.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-factory_bot
  dependency-version: 2.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: rubocop-performance
  dependency-version: 1.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rspec
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rspec_rails
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jan 1, 2026
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