kou opened a new pull request, #47233: URL: https://github.com/apache/arrow/pull/47233
### Rationale for this change ```text ruby/red-arrow/test/test-buffer.rb:26: warning: ObjectSpace._id2ref is deprecated ``` ```text ruby/red-arrow/test/test-ractor.rb:32: warning: Ractor#take was deprecated and use Ractor#value instead. This method will be removed after the end of Aug 2025 ``` ### What changes are included in this PR? * Use `ObjectSpace::WeakMap` instead of `ObjectSapce._id2ref` * Use `Ractor#value` instead of `Ractor#take` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
