Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on rake-compiler-dock to permit the latest version.

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

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 27, 2025
@ianks
Copy link
Collaborator

ianks commented Nov 12, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/bundler/rake-compiler-dock-1.10.0 branch from 2be72bf to 353cb78 Compare November 12, 2025 05:37
@ianks ianks force-pushed the dependabot/bundler/rake-compiler-dock-1.10.0 branch 3 times, most recently from 992f9bf to fdab528 Compare November 22, 2025 18:23
Copy link
Collaborator

ianks commented Nov 22, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ianks ianks force-pushed the dependabot/bundler/rake-compiler-dock-1.10.0 branch from a4ce02e to c9e9e1a Compare November 23, 2025 05:40
dependabot bot and others added 2 commits December 3, 2025 23:42
Updates the requirements on [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) to permit the latest version.
- [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)

---
updated-dependencies:
- dependency-name: rake-compiler-dock
  dependency-version: 1.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
The stable Rust toolchain does not support aarch64-pc-windows-gnu. The correct Tier 2 target for MinGW-w64 on AArch64 is aarch64-pc-windows-gnullvm. This commit updates the toolchain configuration and derived files to use the correct target.
@ianks ianks force-pushed the dependabot/bundler/rake-compiler-dock-1.10.0 branch from c9e9e1a to f90e091 Compare December 4, 2025 04:47
rake-compiler-dock 1.10.0 dropped support for Ruby 2.6.
@ianks ianks force-pushed the dependabot/bundler/rake-compiler-dock-1.10.0 branch from 7b044a0 to 114d917 Compare December 4, 2025 05:16
@github-advanced-security
Copy link
Contributor

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@ianks ianks merged commit 81ebb5a into main Dec 4, 2025
71 checks passed
@ianks ianks deleted the dependabot/bundler/rake-compiler-dock-1.10.0 branch December 4, 2025 05:24
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