This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 031a2a4d87 GH-49316: [Ruby] Add support for auto dependency install
for red-arrow on macOS (#49317)
031a2a4d87 is described below
commit 031a2a4d8723d02e3ee451be64954237f5586754
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Feb 19 09:41:07 2026 +0900
GH-49316: [Ruby] Add support for auto dependency install for red-arrow on
macOS (#49317)
### Rationale for this change
If `gem install red-arrow` installs Apache Arrow GLib automatically, it's
convenient for users.
### What changes are included in this PR?
Add a rubygems-requirements-system configuration for Homebrew.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #49316
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
ruby/red-arrow/red-arrow.gemspec | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ruby/red-arrow/red-arrow.gemspec b/ruby/red-arrow/red-arrow.gemspec
index ff8e49ed68..51c42a62b3 100644
--- a/ruby/red-arrow/red-arrow.gemspec
+++ b/ruby/red-arrow/red-arrow.gemspec
@@ -98,6 +98,8 @@ Gem::Specification.new do |spec|
["fedora", "libarrow-glib-devel"],
+ ["homebrew", "apache-arrow-glib"],
+
# Try without additional repository
["rhel", "arrow-glib-devel"],
# Retry with additional repository