Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps mutant-rspec from 0.13.4 to 0.13.5.

Changelog

Sourced from mutant-rspec's changelog.

v0.13.5 2025-10-28

  • #1478

    Add support for MUTANT_JOBS environment variable

    The jobs configuration can now be set via the MUTANT_JOBS environment variable. This provides an additional configuration method with the following precedence:

    1. CLI option: -j or --jobs (highest priority)
    2. Environment variable: MUTANT_JOBS
    3. Configuration file: jobs: in YAML
    4. Default: system processor count (lowest priority)

    Example usage:

    MUTANT_JOBS=4 bundle exec mutant run

    The environment variable value must be a valid base-10 integer. Invalid values (including octal or hexadecimal notation) will result in a clear error message.

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 29, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/mutant-rspec-0.13.5 branch from ac289e9 to 2f45037 Compare November 7, 2025 16:39
Bumps [mutant-rspec](https://github.com/mbj/mutant) from 0.13.4 to 0.13.5.
- [Changelog](https://github.com/mbj/mutant/blob/main/Changelog.md)
- [Commits](mbj/mutant@v0.13.4...v0.13.5)

---
updated-dependencies:
- dependency-name: mutant-rspec
  dependency-version: 0.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/mutant-rspec-0.13.5 branch from 2f45037 to f8def9d Compare November 7, 2025 17:09
@cdoyle-temple cdoyle-temple merged commit cef4540 into main Nov 24, 2025
5 checks passed
@cdoyle-temple cdoyle-temple deleted the dependabot/bundler/mutant-rspec-0.13.5 branch November 24, 2025 20:18
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.

2 participants