Bump rubocop-rspec from 3.10.0 to 3.10.2#880
Conversation
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.10.0 to 3.10.2. - [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.10.0...v3.10.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Test coverage91.72% line coverage reported by SimpleCov. |
There was a problem hiding this comment.
Stale comment
Dependabot assessment:
rubocop-rspec3.10.0 → 3.10.2Verdict: Safe to merge. Lockfile-only patch bump of a dev-only lint plugin; no runtime or production impact.
CI (PR branch):
lint✅ ·test✅ (RSpec, ~3m33s). Local Docker/Ruby unavailable here; verification via GitHub Actions.Safety of merging
- No application-runtime risk —
rubocop-rspecis a development dependency; the diff is a singleGemfile.lockline.- Lint already validated on 3.10.2 — CI
bundle exec rubocoppassed, so new/changed cops did not break the build.- Tests do not exercise this gem — RSpec passing confirms no accidental coupling, but lint behaviour is only guaranteed by the lint job (which passed).
- 3.10.1 adds opt-in
StrictforRSpec/SharedContext— only matters if enabled in shared config; not active here (lint green). This repo has noshared_contextblocks.- 3.10.2 is bug-fix only — fewer false positives for
SpecFilePathFormatandMatchWithSimpleRegex; no new enforcement.Proposed fixes
None — no test failures, no new deprecations observed, and CI is green.
Sent by Cursor Automation: Editor-* - Tests Dependabot PRs
There was a problem hiding this comment.
Dependabot assessment: rubocop-rspec 3.10.0 → 3.10.2
Verdict: safe to merge — lockfile-only patch bump for a dev/test dependency; CI lint and test both pass on this branch.
Safety of merging
- No runtime impact —
rubocop-rspecis a development linter only; it is not loaded in production. - Patch release with bug fixes — 3.10.1/3.10.2 only refine
RSpec/MatchWithSimpleRegexandRSpec/SpecFilePathFormatfalse positives; new config options (RSpec/SharedContextStrict,RSpec/ExpectChangeNegatedMatcher) are opt-in and not enabled here. - Lint already green — the change most likely to surface issues (
bundle exec rubocop) passed in CI.
Concerns unlikely to be caught by the RSpec suite alone:
- Lint-only regressions — new or stricter RuboCop cops would only show up in the lint job, not in application specs.
- Inherited config drift — cops enabled via the shared
digital-engineeringRuboCop configs could behave differently across versions; worth watching if local lint results diverge from CI after merge. - Developer environment skew — engineers on an older bundle may see different RuboCop output until they run
bundle install.
Proposed fixes
None — no test failures, no new deprecations observed, and no code changes required.
Verification
Could not run the suite locally (no Ruby/Docker in this environment). Verified via CI run: lint ✓, test ✓ (3m33s).
Sent by Cursor Automation: Editor-* - Tests Dependabot PRs


Bumps rubocop-rspec from 3.10.0 to 3.10.2.
Release notes
Sourced from rubocop-rspec's releases.
Changelog
Sourced from rubocop-rspec's changelog.
Commits
2488441Merge pull request #2189 from rubocop/releasec9e53cfBump version to 3.10.27ae0a42Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...8b0b5e9Merge branch 'master' into fix/spec-file-path-format-empty-custom-transformdc4465cMerge pull request #2188 from rubocop/fix-2185d5de6b2Consider regexp with options a non-simple regexpbad0cb3🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...ec3eeabMerge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...16bbf49Bump version to 3.10.12a78abdIgnore interpolation in MatchWithSimpleRegexDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)