Skip to content

build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates#3603

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/development-dependencies-ad9080755e
Open

build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates#3603
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/development-dependencies-ad9080755e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Updates the requirements on rake, minitest, rubyzip, standard, rubocop-minitest and rdoc to permit the latest version.
Updates rake to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates minitest to 6.0.2

Changelog

Sourced from minitest's changelog.

=== 6.0.2 / 2026-02-23

  • 7 bug fixes:

    • Added missing drb dependency from minitest-server. (y-yagi)
    • Cleaned up bisect's sub-commands to load files directly, not ruby+require.
    • Fixed bisect to use same cmd ($0) to run tests as original invocation.
    • load server_plugin if server is loaded. (y-yagi)
    • Manipulate local args instead of ARGV in Sprint.run.
    • Only show --bisect in usage if using minitest.
    • Remove -Itest:lib from bisect's rb_flags since bin/minitest adds them.

=== 6.0.1 / 2025-12-26

  • 1 minor enhancement:

    • Added new rake task test:fu to Minitest::TestTask, to only run tests with FU (focused units?) in their name. This should mostly obviate the need for the minitest-focus plugin.
  • 5 bug fixes:

    • Fixed --help and --version exiting 1. (grosser)
    • Fixed method signature of Minitest::Benchmark.run. (flavorjones)
    • Flush stdout/stderr before exit./bin/minitest -Ilib ./bug1046.rb:1 < /dev/null (grosser)
    • Improved usage banner output by reordering and reformatting.
    • Normalize paths while processing file.rb:line args.

=== 6.0.0 / 2025-12-17

This is a major release. Read this.

Please give feedback here: minitest/minitest#1040

Oh god... here we go... (again)

  • 8 deaths in the family(!!):

    • Deleted MiniTest and MiniTest::Unit::TestCase compatibility namespaces.
    • Deleted all use of Marshal for serialization.
    • Deleted maglev? and rubinius? guard methods. LOL.
    • Deleted all minitest/spec expectations from Object. Use _/value/expect.
    • Dropped minitest/mock.rb. This has been extracted to the minitest-mock gem.
    • assert_equal(nil, value) no longer allowed. Use assert_nil to be explicit.
    • Removed assert_send. Use assert_predicate or assert_operator.
    • Removed Minitest::Test#class_name.
  • 7 major (oft incompatible) changes:

    • Big: Major refactored MT6's run path!

... (truncated)

Commits
  • 339492c prepped for release
  • 73eb48e Fixed some doco coverage... still running into tons of pain with rdoc.
  • 58387c7 - Fixed bisect to use same cmd ($0) to run tests as original invocation.
  • 2a529a0 y-yagi is smart and I am dum
  • cf465a6 - Only show --bisect in usage if using minitest.
  • e5ad492 Push up server_plugin fix to minitest.rb guarded by env.
  • a7aeb10 Fixed up tests to be line independent.
  • 59ac1fa - MT6: load server_plugin if server is loaded. (y-yagi)
  • dba350e - Manipulate local args instead of ARGV in Sprint.run.
  • 8e008ed Added new rdoc rsync location.
  • Additional commits viewable in compare view

Updates rubyzip to 3.2.2

Release notes

Sourced from rubyzip's releases.

v3.2.2

Version 3.2.2

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.2.2 (2025-11-02)

  • Fix reading EOCDs when header signatures are in an Entry payload. #656

Tooling/internal:

  • Stop using macos-13 runners in GitHub Actions.
  • Update YJIT GitHub Actions runners.

3.2.1 (2025-10-24)

  • Fix Entry#gather_fileinfo_from_srcpath error messages. #654

Tooling/internal:

  • Add some simple benchmarks for reading the cdir.

3.2.0 (2025-10-14)

Tooling/internal:

  • Entry: clean up reading and writing the Central Directory headers.
  • Improve Zip64 tests for OutputStream.
  • Extra fields: use symbols as indices as opposed to strings.
  • Ensure that Unknown extra field has a superclass.

3.1.1 (2025-09-26)

  • Improve the IO pipeline when decompressing. #649 (which also fixes #647)

Tooling/internal:

  • Improve the DecryptedIo class with various updates and optimizations.
  • Remove the NullDecrypter class.
  • Properly convert the test suite to use minitest.
  • Move all test helper code into separate files.
  • Updates to the Actions CI, including new OS versions.
  • Update rubocop versions and fix resultant cop failures. #646

3.1.0 (2025-09-06)

Tooling/internal:

  • Add various useful zip specification documents to the repo for ease of finding them in the future. These are not included in the gem release.

3.0.2 (2025-08-21)

... (truncated)

Commits
  • db67423 Update version number and Changelog for release.
  • 34f46a1 Update YJIT GitHub Actions runners.
  • 653d0a3 Stop using macos-13 runners in GitHub Actions.
  • 8f4d43c Fix reading EOCDs when header signatures are in an Entry payload.
  • 0f1c04c Update version number and Changelog for release.
  • a0f4fa0 Fix Entry#gather_fileinfo_from_srcpath error messages.
  • 59a88d1 Add some simple benchmarks for reading the cdir.
  • 9a7ee0d Update version number and Changelog for release.
  • 1ff464a Allow File to suppress extra fields.
  • cbe3f10 README: document the use of OutputStream.
  • Additional commits viewable in compare view

Updates standard to 1.54.0

Changelog

Sourced from standard's changelog.

1.54.0

1.53.0

  • Updates rubocop to 1.82.0
  • Starts support for Ruby 4.0

1.52.0

1.51.1

  • Fixes Layout/EmptyLineAfterGuardClause back to false after #750

1.51.0

1.50.0

1.49.0

  • Updates standard performance to 1.8.0

1.48.0

1.47.0

  • Updates standard performance to 1.7.0

1.46.0

1.45.0

1.44.0

1.43.0

... (truncated)

Commits
  • d8f9776 🍩 v1.54.0
  • 11f7712 Merge pull request #789 from standardrb/updates-2026-02-12
  • 1e14e5c Adds the changelog
  • 5a7c15f Updates Rubocop to v1.84
  • abc2bec Merge pull request #784 from standardrb/depbot-cooldown
  • c80e6b7 Merge pull request #783 from standardrb/dependabot/github_actions/step-securi...
  • a98a527 Decrease depbot frequency for GHA
  • 779ac18 Bump step-security/harden-runner from 2.14.0 to 2.14.1
  • 17bd342 🇰🇷🇺🇸v1.53.0
  • f0af18a Merge pull request #779 from standardrb/updates-2026-01-13
  • Additional commits viewable in compare view

Updates rubocop-minitest to 0.39.1

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest v0.39.1

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.39.1 (2026-02-24)

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops for key? and has_key? used with assert or refute. ([@​koic][])

0.39.0 (2026-02-24)

Changes

  • #344: Disable Minitest/AssertEmptyLiteral by default. ([@​koic][])
  • #315: Make Minitest/AssertIncludes and Minitest/RefuteIncludes aware of key?, has_key?, and member? alias methods. ([@​koic][])

0.38.2 (2025-08-30)

Bug fixes

  • #321: Fix false positives for Minitest/MultipleAssertions when the assertion has a receiver. ([@​earlopain][])

0.38.1 (2025-05-31)

Bug fixes

  • #332: Fix false positives for Minitest/NoAssertions when using matcher methods. ([@​koic][])
  • #334: Fix minitest extension for the cop generator. ([@​rafaelfranca][])

0.38.0 (2025-04-01)

New features

  • #331: Support it block parameter in Minitest cops. ([@​koic][])

0.37.1 (2025-02-16)

Bug fixes

  • #330: Update add_dependency of RuboCop to 1.72 for plugin support. ([@​koic][])

0.37.0 (2025-02-16)

New features

Changes

  • #328: Remove "minitest/autorun" and "minitest/pride" requirement from "rubocop/minitest/support". ([@​bquorning][])

0.36.0 (2024-08-31)

... (truncated)

Commits
  • 17b5474 Cut 0.39.1
  • d7a0f1e Update Changelog
  • 93a5474 Merge pull request #347 from koic/fix_false_positive_for_assert_includes_and_...
  • b8d8789 Fix false positives in Minitest/AssertIncludes and `Minitest/RefuteIncludes...
  • 9b577b6 Switch back docs version to master
  • 0f1a4f6 Cut 0.39.0
  • 1c01cf9 Update Changelog
  • bf38672 Merge pull request #346 from koic/disable_minitest_assert_empty_literal_by_de...
  • 7793f07 [Fix #344] Disable Minitest/AssertEmptyLiteral by default
  • c8f3fc5 Suppress RuboCop offenses
  • Additional commits viewable in compare view

Updates rdoc to 7.2.0

Release notes

Sourced from rdoc's releases.

v7.2.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/rdoc@v7.1.0...v7.2.0

Commits
  • d6422f4 Bump version to 7.2.0 (#1608)
  • c6ecfe5 Fix RDoc::Attr#add_alias handling of aliased attribute accessor (#1605)
  • 4889bfe Add unique IDs to section headings in Aliki template (#1603)
  • 26f0cc4 Add unique IDs to section headings in Aliki template (#1603)
  • 0566dac Bump step-security/harden-runner from 2.14.1 to 2.14.2 (#1607)
  • cd586bf Bump ruby/setup-ruby from 1.287.0 to 1.288.0 (#1606)
  • dbd747e Add /release-check Claude Code skill (#1604)
  • 344cff2 Fix broken legacy rdoc-ref labels and duplicate heading IDs (#1602)
  • 7e1157a Ignore visibility method, attr definition, module_function within block (#1595)
  • ba21821 Fix sections not displaying their text (#1600)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
standard [>= 1.51.a, < 1.52]

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 2, 2026
…ectory with 6 updates

Updates the requirements on [rake](https://github.com/ruby/rake), [minitest](https://github.com/minitest/minitest), [rubyzip](https://github.com/rubyzip/rubyzip), [standard](https://github.com/standardrb/standard), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [rdoc](https://github.com/ruby/rdoc) to permit the latest version.

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

Updates `minitest` to 6.0.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v6.0.1...v6.0.2)

Updates `rubyzip` to 3.2.2
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md)
- [Commits](rubyzip/rubyzip@v3.1.0...v3.2.2)

Updates `standard` to 1.54.0
- [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.54.0)

Updates `rubocop-minitest` to 0.39.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.38.2...v0.39.1)

Updates `rdoc` to 7.2.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v7.0.3...v7.2.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: minitest
  dependency-version: 6.0.2
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: rubyzip
  dependency-version: 3.2.2
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: standard
  dependency-version: 1.54.0
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: rubocop-minitest
  dependency-version: 0.39.1
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: rdoc
  dependency-version: 7.2.0
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/development-dependencies-ad9080755e branch from aca5aca to b8e6bc9 Compare March 9, 2026 06:42
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