Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on rake, rake-compiler-dock, minitest, rubyzip 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 rake-compiler-dock to 1.10.0

Release notes

Sourced from rake-compiler-dock's releases.

1.10.1 / 2025-10-25

  • Add support for ARM64 host images and release rake-compiler-dock host images for ARM64 and x86_64. #140
  • Add new target platform aarch64-mingw-ucrt aka Windows on ARM. #152
  • Allow easier selection of the ruby run in the container. #151
  • Install mig which is a Macos specific RPC code generator. #155
  • Add RCD_IMAGE_VERSION env var to easily set image version or snapshot. #163
  • Disable rpath in cross compiled C extensions, since it is only valid in the build environment. #165
  • Drop support for Ruby 2.4, 2.5, and 2.6. #153 @​ianks @​flavorjones
  • Remove rbenv ruby version 2.5.9 from the build container. #153 @​ianks @​flavorjones
  • Rename History.md to CHANGELOG.md which is more common.
Changelog

Sourced from rake-compiler-dock's changelog.

rake-compiler/rake-compiler-dock Changelog

1.10.1 / 2025-10-25

  • Add support for ARM64 host images and release rake-compiler-dock host images for ARM64 and x86_64. #140
  • Add new target platform aarch64-mingw-ucrt aka Windows on ARM. #152
  • Allow easier selection of the ruby run in the container. #151
  • Install mig which is a Macos specific RPC code generator. #155
  • Add RCD_IMAGE_VERSION env var to easily set image version or snapshot. #163
  • Disable rpath in cross compiled C extensions, since it is only valid in the build environment. #165
  • Drop support for Ruby 2.4, 2.5, and 2.6. #153 @​ianks @​flavorjones
  • Remove rbenv ruby version 2.5.9 from the build container. #153 @​ianks @​flavorjones
  • Rename History.md to CHANGELOG.md which is more common.

CRuby container summary

  • native rubies: 3.4.5 (default), 3.1.7
  • RUBY_CC_VERSION=3.4.5:3.3.9:3.2.9:3.1.7:3.0.7:2.7.8

v1.9.1 / 2025-01-20

Features

  • Introduce RakeCompilerDock.set_ruby_cc_version to make it easier to set RUBY_CC_VERSION without hardcoding specific patch-level ruby versions. See the README for more deteails. #149, #150 @​flavorjones

v1.9.0 / 2025-01-19

Changes

  • Bump Ruby 3.3 to v3.3.7 (from v3.3.5). #147 @​flavorjones
  • The default rbenv ruby in the container is now Ruby v3.4.1 (previously the default was 3.1.6), which allows gems to drop Ruby 3.1 from their gemspecs. Fixes #145. #146 @​flavorjones
  • Ruby 3.4.x, 3.3.x, 3.2.x, 3.1.x, and 3.0.x are cross-compiled using Ruby v3.4.1. #146 @​flavorjones

CRuby container summary

  • native rubies: 3.4.1 (default), 3.1.6, 2.5.9
  • RUBY_CC_VERSION=3.4.1:3.3.7:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10

v1.8.0 / 2025-01-05

Notable changes

All versions of Ruby in the build containers are the latest patch version. #135 @​flavorjones

  • RUBY_CC_VERSION=3.4.1:3.3.5:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10

Other changes

... (truncated)

Commits
  • e72ea58 Update CHANGELOG entry for 1.10.0
  • 07e8590 Merge pull request #160 from rake-compiler/rel-1.10.0
  • 0d85b96 Merge pull request #151 from rake-compiler/flavorjones-choose-ruby-version-sh
  • 466effd Workaround expired SSL certificate when building musl
  • 8ca949a feat: allow easier selection of the ruby run in the container
  • cc84689 Rename History.md to CHANGELOG.md which is more common
  • 67474b5 Update History.md for next release
  • 38066d4 Merge pull request #165 from rake-compiler/disable-rpath
  • d99391b Add a test for disabled rpath
  • aec09e2 Disable rpath in cross compiled C extensions
  • Additional commits viewable in compare view

Updates minitest to 5.26.0

Changelog

Sourced from minitest's changelog.

=== 5.26.0 / 2025-10-07

The Seattle.rb Nerd Party, Slightly Tipsy Edition!

  • 2 minor enhancements:

    • Added extra documentation to Minitest::TestTask options.
    • Make parallelize_me! a no-op when n_threads=1.
  • 9 bug fixes:

    • Bypass parallel_executor entirely when n_threads=1.
    • Don't require rubygems in Rakefile... it is 2025.
    • Ensure that minitest exits non-zero on Interrupt. (tavianator)
    • Fix Minitest.run sequence rdoc to include loop vars and read consistently.
    • Fix call to parallel_executor.shutdown when it isn't defined.
    • Removed some 1.8/1.9-based code from the assertions and expectations.
    • Still fighting with rdoc? Yup. Still fighting with rdoc...
    • Switched assert_equal's diff from Tempfile.open to Tempfile.create.
    • Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)

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

... (truncated)

Commits
  • f78aa72 prepped for release
  • 5faf12f - Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
  • 839c5f0 - Bypass parallel_executor entirely when n_threads=1.
  • 7c90742 - Switched assert_equal's diff from Tempfile.open to Tempfile.create.
  • b3dcd38 clarify an assert_equal + newline + backslash n test output to be more readable
  • 14c87ef Improve let tests to no longer be order dependent.
  • 6c995cf - Ensure that minitest exits non-zero on Interrupt. (tavianator)
  • 42ce806 - Removed some 1.8/1.9-based code from the assertions and expectations.
  • a17393e - Still fighting with rdoc? Yup. Still fighting with rdoc...
  • 68b3d0c - Don't require rubygems in Rakefile... it is 2025.
  • 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 rdoc to 6.15.1

Release notes

Sourced from rdoc's releases.

v6.15.1

What's Changed

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

Full Changelog: ruby/rdoc@v6.15.0...v6.15.1

Commits

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

…ectory with 5 updates

Updates the requirements on [rake](https://github.com/ruby/rake), [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock), [minitest](https://github.com/minitest/minitest), [rubyzip](https://github.com/rubyzip/rubyzip) 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 `rake-compiler-dock` to 1.10.0
- [Release notes](https://github.com/rake-compiler/rake-compiler-dock/releases)
- [Changelog](https://github.com/rake-compiler/rake-compiler-dock/blob/main/CHANGELOG.md)
- [Commits](rake-compiler/rake-compiler-dock@v1.9.1...v1.10.0)

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

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 `rdoc` to 6.15.1
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.14.2...v6.15.1)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: rake-compiler-dock
  dependency-version: 1.10.0
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: minitest
  dependency-version: 5.26.0
  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: rdoc
  dependency-version: 6.15.1
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 3, 2025
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