Skip to content

Update mutant-rspec requirement from ~> 0.13.0 to ~> 0.15.0 in /pg-ephemeral/integrations/ruby#345

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0
Closed

Update mutant-rspec requirement from ~> 0.13.0 to ~> 0.15.0 in /pg-ephemeral/integrations/ruby#345
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 6, 2026

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

Release notes

Sourced from mutant-rspec's releases.

v0.15.0

  • Add operator mutations.

    • #1523 #1530 Add arithmetic operator swap mutations (+-, */). Multiplication/division skips multiplicative identity operands.

    • #1532 #1533 Add %/ and *** mutations.

    • #1527 Add ==!= swap mutation.

    • #1534 Add logical operator swap mutations (andor, &&||).

    • #1535 #1576 Add compound assignment operator swap mutations (+=-=, *=/=, %=/=, **=*=, &=|=^=, <<=>>=, &&=||=).

  • Add selector replacement mutations.

    Orthogonal replacements (circular swaps):

    • #1559 select/filterreject
    • #1560 any?none?
    • #1561 takedrop
    • #1562 append/pushprepend/unshift
    • #1563 positive?negative?
    • #1564 zero?nonzero?
    • #1565 countsize/length
    • #1568 keysvalues
    • #1571 even?odd?, minmax, min_bymax_by
    • #1573 all?none?, floorceil, start_with?end_with?, transform_keystransform_values, upcasedowncase
    • #1576 popshift, each_keyeach_value, assocrassoc, succpred, charsbytes, empty?any?, grepgrep_v

    Semantic reductions:

    • #1542 Bang → non-bang methods (e.g. map!map, sort!sort, compact!compact).
    • #1567 #1572 Enumerable reductions (collecteach, each_with_objecteach, each_with_indexeach,

... (truncated)

Changelog

Sourced from mutant-rspec's changelog.

v0.15.0 2026-02-26

  • Add operator mutations.

    • #1523 #1530 Add arithmetic operator swap mutations (+-, */). Multiplication/division skips multiplicative identity operands.

    • #1532 #1533 Add %/ and *** mutations.

    • #1527 Add ==!= swap mutation.

    • #1534 Add logical operator swap mutations (andor, &&||).

    • #1535 #1576 Add compound assignment operator swap mutations (+=-=, *=/=, %=/=, **=*=, &=|=^=, <<=>>=, &&=||=).

  • Add selector replacement mutations.

    Orthogonal replacements (circular swaps):

    • #1559 select/filterreject
    • #1560 any?none?
    • #1561 takedrop
    • #1562 append/pushprepend/unshift
    • #1563 positive?negative?
    • #1564 zero?nonzero?
    • #1565 countsize/length
    • #1568 keysvalues
    • #1571 even?odd?, minmax, min_bymax_by
    • #1573 all?none?, floorceil, start_with?end_with?, transform_keystransform_values, upcasedowncase
    • #1576 popshift, each_keyeach_value, assocrassoc, succpred, charsbytes, empty?any?, grepgrep_v

    Semantic reductions:

    • #1542 Bang → non-bang methods (e.g. map!map, sort!sort, compact!compact).
    • #1567 #1572 Enumerable reductions

... (truncated)

Commits
  • 67f3d16 Merge pull request #1575 from sferik/update_changelog_for_v0.15.0
  • 4848cb3 Merge pull request #1552 from mbj/more/readme-improvements
  • f94d1a4 Merge pull request #1576 from sferik/orthogonal_replacements3
  • dbab2fa Add orthogonal replacement mutations
  • 4996dc0 Update Changelog.md for v0.15.0 release
  • 11b6a52 Merge pull request #1574 from sferik/semantic_reductions2
  • 6fb262e Add semantic reduction mutations
  • 08b6b41 Merge pull request #1573 from sferik/orthogonal_replacements2
  • 4961802 Add orthogonal replacement mutations
  • 783d243 Update test app dependencies
  • Additional commits viewable 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 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 Mar 6, 2026
@mbj
Copy link
Copy Markdown
Owner

mbj commented Mar 10, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0 branch from 71ad24e to 8c9acb0 Compare March 10, 2026 19:46
@mbj mbj force-pushed the dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0 branch 2 times, most recently from 1b7fcc9 to 47f0650 Compare March 13, 2026 01:32
Updates the requirements on [mutant-rspec](https://github.com/mbj/mutant) to permit the latest version.
- [Release notes](https://github.com/mbj/mutant/releases)
- [Changelog](https://github.com/mbj/mutant/blob/main/Changelog.md)
- [Commits](mbj/mutant@v0.13.0...v0.15.0)

---
updated-dependencies:
- dependency-name: mutant-rspec
  dependency-version: 0.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@mbj mbj force-pushed the dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0 branch from 47f0650 to 8bf7a58 Compare March 13, 2026 18:26
@mbj mbj closed this Mar 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 19, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bundler/pg-ephemeral/integrations/ruby/mutant-rspec-tw-0.15.0 branch March 19, 2026 20:11
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