Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update rake-compiler-dock requirement from 1.7.0 to 1.8.0 #603

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

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

Release notes

Sourced from rake-compiler-dock's releases.

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

  • Base ruby updated to v3.1.6 (from v3.1.3), which is now the default rbenv ruby.
  • (Darwin) Set OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1 to successfully build the 3.0 series.
  • (Darwin) The linker flags include -Wl,-flat_namespace for 2.7, 3.0, 3.1, 3.2, 3.3, and 3.4 rubies. Previously this was only needed for 3.2+, but code backported to 2.7.7, 3.0.5, and 3.1.3 required it for those versions as well.

Full Changelog: rake-compiler/rake-compiler-dock@v1.7.1...v1.8.0

Changelog

Sourced from rake-compiler-dock's changelog.

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

  • Base ruby updated to v3.1.6 (from v3.1.3), which is now the default rbenv ruby.
  • (Darwin) Set OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1 to successfully build the 3.0 series.
  • (Darwin) The linker flags include -Wl,-flat_namespace for 2.7, 3.0, 3.1, 3.2, 3.3, and 3.4 rubies. Previously this was only needed for 3.2+, but code backported to 2.7.7, 3.0.5, and 3.1.3 required it for those versions as well.

v1.7.1 / 2025-01-03

  • Bump rake-compiler dependency to v1.2.9 (from v1.2.5).
  • Bump Ruby to v3.4.1 (from v3.4.0) to address ruby_abi_version issues.

v1.7.0 / 2024-12-25

Ruby 3.4 support

  • Add Ruby 3.4.0 cross-compilation support.

v1.7.0.rc1 / 2024-12-13

Ruby 3.4 support

  • Add Ruby 3.4.0-rc1 cross-compilation support.

v1.6.0 / 2024-12-13

Notable changes

Standardizing all Linux build images on Ubuntu

In this release, we upgraded the base image for the x86_64-linux-gnu and x86-linux-gnu images from manylinux2014 to ubuntu:20.04. (manylinux2014 reached end-of-life earlier this year.) As a result, all of the build images are using the same base image, simplifying things considerably. (#122, #126) @​flavorjones

Note there are two important changes due to this upgrade:

  1. The minimum supported version of GLIBC for the x86*-linux-gnu images has increased from 2.17 to 2.29 for x86_64 and x86 architectures. (Note that GLIBC was already pinned to 2.29 for ARM architectures.)
  2. Precompiled gems built with the x86*linux-gnu images are less likely to be compatible with Musl libc, and may segfault when run on Musl systems.

For (2) above, if you have been shipping a single x86_64-linux native gem for both GNU and Musl systems, please make sure you test your gems on a Musl system before shipping them. See the actions workflow in flavorjones/ruby-c-extensions-explained for an example of how to do this rigorously.

... (truncated)

Commits
  • c4e7dc3 version bump to v1.8.0
  • f83b50d Merge pull request #135 from rake-compiler/flavorjones-bump-rubies
  • b887a5b Update 3.1.2 to 3.1.6, patching rake-compiler to build miniruby
  • ff7a838 fix: use -Wl,-flat_namespace for any ruby using -bundle_loader
  • e1d6a1d Set OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1
  • 5c89253 bump rubies
  • ea08d3e Merge pull request #143 from rake-compiler/flavorjones-cherry-pick-improvements
  • d7cb61f Update darwin flat_namespace filter
  • be60437 Bump the rbenv ruby from 3.1.3 to 3.1.6
  • cf29618 ci: speed up CI by skipping the rubygems update if we don't need it
  • 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 Jan 6, 2025
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/History.md)
- [Commits](rake-compiler/rake-compiler-dock@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: rake-compiler-dock
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rake-compiler-dock-1.8.0 branch from 060d04e to fd1ea46 Compare January 6, 2025 15:20
@flavorjones flavorjones closed this Jan 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

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/rake-compiler-dock-1.8.0 branch January 6, 2025 16:06
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