Skip to content

Update rubocop-rspec requirement from 3.1.0 to 3.4.0 - #68

Merged
testableapple merged 1 commit into
mainfrom
dependabot/bundler/rubocop-rspec-3.4.0
Oct 31, 2025
Merged

Update rubocop-rspec requirement from 3.1.0 to 3.4.0#68
testableapple merged 1 commit into
mainfrom
dependabot/bundler/rubocop-rspec-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on rubocop-rspec to permit the latest version.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.4.0

  • Fix RSpec/SortMetadata cop to limit sorting to trailing metadata arguments. (@鈥媍bliard)
  • Replace RSpec/StringAsInstanceDoubleConstant with RSpec/VerifiedDoubleReference configured to only support constant class references. (@鈥媍orsonknowles)
  • Fix RSpec/EmptyExampleGroup cop false positive when a simple conditional is used inside an iterator. (@鈥媗ovro-bikic)
Changelog

Sourced from rubocop-rspec's changelog.

3.4.0 (2025-01-20)

  • Fix RSpec/SortMetadata cop to limit sorting to trailing metadata arguments. ([@鈥媍bliard])
  • Replace RSpec/StringAsInstanceDoubleConstant with RSpec/VerifiedDoubleReference configured to only support constant class references. ([@鈥媍orsonknowles])
  • Fix RSpec/EmptyExampleGroup cop false positive when a simple conditional is used inside an iterator. ([@鈥媗ovro-bikic])

3.3.0 (2024-12-12)

  • Deprecate top_level_group? method from TopLevelGroup mixin as all of its callers were intentionally removed from Rubocop/RSpec. ([@鈥媍orsonknowles])
  • Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([@鈥媝irj])

3.2.0 (2024-10-26)

  • Fix RSpec/VoidExpect to only operate inside an example block. ([@鈥媍orsonknowles])
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. ([@鈥媦dah])
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. ([@鈥媦dah])

3.1.0 (2024-10-01)

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. ([@鈥媍orsonknowles])
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. ([@鈥媋arestad])
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. ([@鈥媋arestad], [@鈥婫-Rath])

3.0.5 (2024-09-07)

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. ([@鈥媍bliard])
  • Improve offense message for RSpec/IndexedLet. ([@鈥媏arlopain])

3.0.4 (2024-08-05)

  • Fix false-negative for UnspecifiedException when matcher is chained. ([@鈥媟7kamura])

3.0.3 (2024-07-12)

  • Add support for Unicode RIGHT SINGLE QUOTATION MARK in RSpec/ExampleWording. ([@鈥媕dufresne])
  • Suppress deprecation warning for RSpec/MultipleExpectations, RSpec/MultipleMemoizedHelpers, and RSpec/NestedGroups cops. ([@鈥媖oic])

3.0.2 (2024-07-02)

  • Fix wrong autocorrect for RSpec/ScatteredSetup when hook contains heredoc. ([@鈥媏arlopain])
  • Fix false negative for RSpec/PredicateMatcher when expectation contains custom failure message. ([@鈥媏arlopain])
  • Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@鈥媕eppester])

3.0.1 (2024-06-11)

  • Bump RuboCop requirement to +1.61. ([@鈥媦dah])

3.0.0 (2024-06-11)

  • Remove extracted cops in Capybara, FactoryBot and Rails departments. ([@鈥媦dah])

... (truncated)

Commits
  • bc888bb Merge pull request #2023 from rubocop/release
  • 775b4ee Release v3.4.0
  • cbb3632 Fix CHANGELOG
  • e8dd5ba Merge pull request #2022 from lovro-bikic/fix/rspec-empty-example-group-false...
  • c43909d Fix false positive for RSpec/EmptyExampleGroup with iterator and simple condi...
  • 0b65016 Fix CHANGELOG
  • 620d3ad Merge pull request #1968 from corsonknowles/master
  • 1aa987f Obsolete StringAsInstanceDoubleConstant in favor of VerifiedDoubleReference f...
  • e44a27b Merge pull request #1948 from cbliard/sort_metadata_symbols_at_the_end_of_arg...
  • c2e861f Fix RSpec/SortMetadata cop to limit sorting to trailing metadata
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
- [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.1.0...v3.4.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-version: 3.4.0
  dependency-type: direct:production
...

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 Sep 22, 2025
@testableapple
testableapple merged commit d11e3e7 into main Oct 31, 2025
1 check failed
@testableapple
testableapple deleted the dependabot/bundler/rubocop-rspec-3.4.0 branch October 31, 2025 16:21
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