Skip to content

Bump the all-bundler group across 1 directory with 7 updates#171

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/all-bundler-b960c43769
Closed

Bump the all-bundler group across 1 directory with 7 updates#171
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/all-bundler-b960c43769

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps the all-bundler group with 7 updates in the / directory:

Package From To
minitest 5.18.0 5.25.5
minitest-focus 1.3.1 1.4.0
minitest-reporters 1.6.0 1.7.1
rake 13.0.6 13.3.0
dotenv 2.8.1 3.1.8
pry 0.14.2 0.15.2
standard 1.50.0 1.51.1

Updates minitest from 5.18.0 to 5.25.5

Changelog

Sourced from minitest's changelog.

=== 5.25.5 / 2025-03-12

  • 4 bug fixes:

    • Bumped minimum ruby to 2.7.
    • Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
    • Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)
    • Update the ruby and rails compatibility tables. (bquorning)

=== 5.25.4 / 2024-12-03

  • 1 bug fix:

    • Fix for must_verify definition if only requiring minitest/mock (but why?).

=== 5.25.3 / 2024-12-03

  • 5 bug fixes:

    • Fixed assert_mock to fail instead of raise on unmet mock expectations.
    • Fixed assert_mock to take an optional message argument.
    • Fixed formatting of unmet mock expectation messages.
    • Fixed missing must_verify expectation to match assert_mock.
    • minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)

=== 5.25.2 / 2024-11-21

  • 4 bug fixes:

    • Include class name in spec name. (thomasmarshall)
    • Fixed 'redefining object_id' warning from ruby 3.4. (mattbrictson)
    • Minitest top-level namespace no longer includes entire contents of README.rdoc. Too much!
    • Refactored spec's describe to more cleanly determine the superclass and name

=== 5.25.1 / 2024-08-16

  • 2 bug fixes:

    • Fix incompatibility caused by minitest-hooks & rails invading minitest internals.
    • Revert change from =~ to match? to allow for nil if $TERM undefined.

=== 5.25.0 / 2024-08-13

  • 2 minor enhancements:

    • Fixed some inefficiencies filtering and matching (mostly backtraces).
    • Refactored siginfo handler to reduce runtime costs. Saved ~30%!
  • 5 bug fixes:

... (truncated)

Commits
  • 4dcad89 prepped for release
  • 8e2f840 - Bumped minimum ruby to 2.7.
  • 7b63c6c Added notice to readme about development versions
  • 7b88058 - Update the ruby and rails compatibility tables. (bquorning)
  • 55ad48a - Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#ski...
  • 06bae5b Added ruby 3.4 to CI
  • 8a59450 - Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
  • d84437f prepped for release
  • 51cfac5 - Fix for must_verify definition if only requiring minitest/mock (but why?).
  • 704d310 prepped for release
  • Additional commits viewable in compare view

Updates minitest-focus from 1.3.1 to 1.4.0

Changelog

Sourced from minitest-focus's changelog.

=== 1.4.0 / 2023-07-11

  • 1 minor enhancement:

    • Added --no-focus flag to disable focus and allow --name args to override.
Commits

Updates minitest-reporters from 1.6.0 to 1.7.1

Changelog

Sourced from minitest-reporters's changelog.

1.7.1

  • Fixed logic of new suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #354

1.7.0

  • Minor documentation improvements #343
  • Fixed homepage link in gemspec #333 contributed by andyw8
  • Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
  • Updated JUnitReporter to output a failure screenshot path when included in the minitest result #346 contributed by matteeyah
  • Fixed backwards fraction in ProgressReporter default format #348 contributed by notEthan
  • Added option suppress_inline_failure_output to SpecReporter to provide an explicit switch, separate from print_failure_summary, for suppressing inline failure messages. Until this change, the print_failure_summary would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change print_failure_summary will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound

1.6.1

  • Replaced use of MiniTest constant with Minitest #345 contributed by istana
Commits
  • 265ff4b Prep for 1.7.1 release
  • a4cc508 Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...
  • 52c5ca0 Add CHANGELOG notes for #354
  • 70ea3c7 Fix logic of new suppress_inline_failure_output option
  • 9f909d0 Prep for 1.7.0 release
  • 2f7ac47 Update CHANGELOG.md
  • 6508c29 Merge pull request #352 from rthbound/suppress_inline_failure_output
  • dd109b2 Update Minitest::Reporters::SpecReporter annotations with addition of suppres...
  • d9dd6c5 Remove excess pasta from CHANGELOG.md
  • 4bb2b14 * Added option suppress_inline_failure_output to SpecReporter
  • Additional commits viewable in compare view

Updates rake from 13.0.6 to 13.3.0

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

=== 13.1.0

Commits
  • 0fdacef Bump rake to 13.3.0
  • fcc1f86 Merge pull request #515 from rgarner/task-arguments-deconstruct-keys
  • 8e917d9 Merge pull request #609 from pvdb/fix_rubyrunner_require
  • 0378c45 Merge pull request #627 from komagata/fix-rdoc-links
  • cff7664 Pattern matching support for arguments
  • a4454e6 Merge pull request #608 from pvdb/use_dir_home
  • 0b727e9 Remove superfluous dependency requires (in tests)
  • 5367e5c Move dependency requires to RubyRunner file
  • 6ba4601 Merge pull request #634 from ruby/trusted-publisher
  • 6b3daf8 Enabled trusted publisher for rubygems.org
  • Additional commits viewable in compare view

Updates dotenv from 2.8.1 to 3.1.8

Release notes

Sourced from dotenv's releases.

v3.1.8

Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.

Interested in sponsoring dotenv?

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.7...v3.1.8

v3.1.7

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7

3.1.6

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6

v3.1.5

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5

3.1.4

What's Changed

... (truncated)

Commits

Updates pry from 0.14.2 to 0.15.2

Release notes

Sourced from pry's releases.

v0.15.2

This release fixes one additional scenario that could happen if Prism was not available.

Bug Fixes

Avoid breaking reading input if Prism version is undetectable (pry/pry#2340)

v0.15.1

Bug Fixes

  • Restore Pry.config.ls compatibility (#2335)
  • Avoid breaking reading inputs if Prism is not available (#2338)

v0.15.0

From the CHANGELOG.md

v0.15.0

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead

... (truncated)

Changelog

Sourced from pry's changelog.

https://github.com/pry/pry/blob/master/v0.15.2 (December 24, 2024)

Bug Fixes

  • Avoid breaking reading input if Prism version is undetectable (#2340)

https://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)

Bug Fixes

  • Restore Pry.config.ls compatibility (#2335)
  • Avoid breaking reading inputs if Prism is not available (#2338)

[v0.15.0][v0.15.0] (November 15, 2024)

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead (#2308)
  • Remove deprecated Pry.config.exception_whitelist.

... (truncated)

Commits
  • 2c89b65 Merge pull request #2341 from pry/prep-for-0-15-2
  • b4c4c30 Prep for v0.15.2
  • beb098e Merge pull request #2340 from pry/prism-not-available-version
  • ec09d6a Avoid breaking pry when prism version is not detectable
  • da8ca59 Merge pull request #2339 from pry/prep-for-0-15-1
  • 4dff418 Prep for v0.15.1 release
  • cb333c9 Merge pull request #2338 from andrehjr/prism-not-available
  • b347dce Avoid breaking pry when prism is not available
  • 798d620 Merge pull request #2333 from pry/dependabot/bundler/psych-lte-5.3.0
  • e7a5768 Merge pull request #2335 from andrehjr/make-ls-config-backwards-compat
  • Additional commits viewable in compare view

Updates standard from 1.50.0 to 1.51.1

Changelog

Sourced from standard's changelog.

1.51.1

  • Fixes Layout/EmptyLineAfterGuardClause back to false after #750

1.51.0

Commits
  • 04fd041 v1.51.1
  • 10a9bba Merge pull request #751 from standardrb/empty-line-guard-clause
  • 2e6ea9b Turns EmptyLineAfterGuardClause
  • 04ec853 Merge pull request #743 from standardrb/gemfile-specs
  • 9561268 Merge branch 'main' into gemfile-specs
  • 4e46a7d 🧸 v1.51.0
  • b7e15cf Merge pull request #748 from standardrb/dependabot/bundler/rubocop-1.80.2
  • 2976e77 Whoops my gemfile
  • 57e6849 Updates configuration for rubocop up to 1.81.0
  • ced68cb Update rubocop requirement from ~> 1.75.5 to >= 1.75.5, < 1.81.0
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-bundler group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.18.0` | `5.25.5` |
| [minitest-focus](https://github.com/seattlerb/minitest-focus) | `1.3.1` | `1.4.0` |
| [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) | `1.6.0` | `1.7.1` |
| [rake](https://github.com/ruby/rake) | `13.0.6` | `13.3.0` |
| [dotenv](https://github.com/bkeepers/dotenv) | `2.8.1` | `3.1.8` |
| [pry](https://github.com/pry/pry) | `0.14.2` | `0.15.2` |
| [standard](https://github.com/standardrb/standard) | `1.50.0` | `1.51.1` |



Updates `minitest` from 5.18.0 to 5.25.5
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.18.0...v5.25.5)

Updates `minitest-focus` from 1.3.1 to 1.4.0
- [Changelog](https://github.com/minitest/minitest-focus/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest-focus/commits)

Updates `minitest-reporters` from 1.6.0 to 1.7.1
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.0...v1.7.1)

Updates `rake` from 13.0.6 to 13.3.0
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.3.0)

Updates `dotenv` from 2.8.1 to 3.1.8
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v2.8.1...v3.1.8)

Updates `pry` from 0.14.2 to 0.15.2
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.2)

Updates `standard` from 1.50.0 to 1.51.1
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.50.0...v1.51.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-version: 5.25.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-bundler
- dependency-name: minitest-focus
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-bundler
- dependency-name: minitest-reporters
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-bundler
- dependency-name: rake
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-bundler
- dependency-name: dotenv
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-bundler
- dependency-name: pry
  dependency-version: 0.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-bundler
- dependency-name: standard
  dependency-version: 1.51.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-bundler
...

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 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2025

Dependabot attempted to update this pull request, but because the branch dependabot/bundler/all-bundler-b960c43769 is protected it was unable to do so.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 1, 2025
@dependabot dependabot bot deleted the dependabot/bundler/all-bundler-b960c43769 branch November 1, 2025 21:01
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.

0 participants