Bump up to rb-sys 0.9.128#9569
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fixes a bindgen error on Ruby 4.1+ where rb_matchext_struct is no longer a complete type. rb-sys 0.9.128 excludes it from the opaque struct list starting at 4.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the rb_sys Ruby gem and rb-sys Rust crate dependencies from 0.9.127 to 0.9.128 to gain Ruby 4.1.0+ support.
Changes:
- Update
rb_sysRuby gem constraint to>= 0.9.128in alltool/bundler/*_gems.rbfiles and the new gem gemspec template, along with corresponding lockfile updates. - Update
rb-sysRust crate to0.9.128in both cargo builder test fixtures and theirCargo.lockfiles.
Reviewed changes
Copilot reviewed 7 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tool/bundler/test_gems.rb | Bump rb_sys constraint to >= 0.9.128 |
| tool/bundler/test_gems.rb.lock | Resolved rb_sys 0.9.128 with new checksum |
| tool/bundler/standard_gems.rb | Bump rb_sys constraint to >= 0.9.128 |
| tool/bundler/standard_gems.rb.lock | Resolved rb_sys 0.9.128 with new checksum |
| tool/bundler/rubocop_gems.rb | Bump rb_sys constraint to >= 0.9.128 |
| tool/bundler/rubocop_gems.rb.lock | Resolved rb_sys 0.9.128 with new checksum |
| tool/bundler/dev_gems.rb | Bump rb_sys constraint to >= 0.9.128 |
| tool/bundler/dev_gems.rb.lock | Resolved rb_sys 0.9.128 with new checksum |
| test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.toml | Bump rb-sys crate to 0.9.128 |
| test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.lock | Update rb-sys / rb-sys-build to 0.9.128 |
| test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/Cargo.toml | Bump rb-sys crate to 0.9.128 |
| test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/Cargo.lock | Update rb-sys / rb-sys-build to 0.9.128 |
| bundler/lib/bundler/templates/newgem/newgem.gemspec.tt | Bump generated rb_sys dependency to >= 0.9.128 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the end-user or developer problem that led to this PR?
rb-sys <= 0.9.127 didn't support Ruby 4.1.0+
What is your fix for the problem, implemented in this PR?
Use rb-sys and rb_sys
>= 0.9.128Make sure the following tasks are checked