Skip to content

Bump rubocop-rspec from 3.10.0 to 3.10.2#880

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/rubocop-rspec-3.10.2
Open

Bump rubocop-rspec from 3.10.0 to 3.10.2#880
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/rubocop-rspec-3.10.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps rubocop-rspec from 3.10.0 to 3.10.2.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.10.2

  • Fix false positives for RSpec/SpecFilePathFormat when CustomTransform maps a namespace to an empty string. (@​sakuro)
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with options. (@​bquorning)

RuboCop RSpec v3.10.1

  • Add Strict option to RSpec/SharedContext to flag shared_context whenever it contains examples, even alongside setup code. (@​Darhazer)
  • Add NegatedMatcher configuration option RSpec/ExpectChange. (@​Darhazer)
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with interpolations. (@​bquorning)
Changelog

Sourced from rubocop-rspec's changelog.

3.10.2 (2026-06-06)

  • Fix false positives for RSpec/SpecFilePathFormat when CustomTransform maps a namespace to an empty string. ([@​sakuro])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with options. ([@​bquorning])

3.10.1 (2026-06-05)

  • Add Strict option to RSpec/SharedContext to flag shared_context whenever it contains examples, even alongside setup code. ([@​Darhazer])
  • Add NegatedMatcher configuration option RSpec/ExpectChange. ([@​Darhazer])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with interpolations. ([@​bquorning])
Commits
  • 2488441 Merge pull request #2189 from rubocop/release
  • c9e53cf Bump version to 3.10.2
  • 7ae0a42 Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...
  • 8b0b5e9 Merge branch 'master' into fix/spec-file-path-format-empty-custom-transform
  • dc4465c Merge pull request #2188 from rubocop/fix-2185
  • d5de6b2 Consider regexp with options a non-simple regexp
  • bad0cb3 🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...
  • ec3eeab Merge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...
  • 16bbf49 Bump version to 3.10.1
  • 2a78abd Ignore interpolation in MatchWithSimpleRegex
  • Additional commits viewable 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 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 17, 2026
Copilot AI review requested due to automatic review settings June 17, 2026 09:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions

Copy link
Copy Markdown

Test coverage

91.72% line coverage reported by SimpleCov.
Run: https://github.com/RaspberryPiFoundation/editor-api/actions/runs/27679023605

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Dependabot assessment: rubocop-rspec 3.10.0 → 3.10.2

Verdict: 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 riskrubocop-rspec is a development dependency; the diff is a single Gemfile.lock line.
  • Lint already validated on 3.10.2 — CI bundle exec rubocop passed, 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 Strict for RSpec/SharedContext — only matters if enabled in shared config; not active here (lint green). This repo has no shared_context blocks.
  • 3.10.2 is bug-fix only — fewer false positives for SpecFilePathFormat and MatchWithSimpleRegex; no new enforcement.

Proposed fixes

None — no test failures, no new deprecations observed, and CI is green.

Open in Web View Automation 

Sent by Cursor Automation: Editor-* - Tests Dependabot PRs

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 impactrubocop-rspec is a development linter only; it is not loaded in production.
  • Patch release with bug fixes — 3.10.1/3.10.2 only refine RSpec/MatchWithSimpleRegex and RSpec/SpecFilePathFormat false positives; new config options (RSpec/SharedContext Strict, RSpec/ExpectChange NegatedMatcher) 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-engineering RuboCop 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).

Open in Web View Automation 

Sent by Cursor Automation: Editor-* - Tests Dependabot PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed 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