This is an automated email from the ASF dual-hosted git repository.

apitrou 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 6c86961fd1 GH-49318: [Ruby] Ensure using extpp 0.1.2 or later (#49319)
6c86961fd1 is described below

commit 6c86961fd1f4cac882e14a8602ddcf85b1e8350c
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Feb 18 16:50:08 2026 +0900

    GH-49318: [Ruby] Ensure using extpp 0.1.2 or later (#49319)
    
    ### Rationale for this change
    
    extpp 0.1.2 includes C++20 support.
    
    ### What changes are included in this PR?
    
    Update required version information of extpp dependency.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #49318
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 ruby/red-arrow/red-arrow.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby/red-arrow/red-arrow.gemspec b/ruby/red-arrow/red-arrow.gemspec
index 2487568b1d..ff8e49ed68 100644
--- a/ruby/red-arrow/red-arrow.gemspec
+++ b/ruby/red-arrow/red-arrow.gemspec
@@ -58,7 +58,7 @@ Gem::Specification.new do |spec|
     spec.requirements << "jar org.apache.arrow, arrow-vector, #{spec.version}"
     spec.requirements << "jar org.apache.arrow, arrow-memory-netty, 
#{spec.version}"
   else
-    spec.add_runtime_dependency("extpp", ">= 0.1.1")
+    spec.add_runtime_dependency("extpp", ">= 0.1.2")
     spec.add_runtime_dependency("gio2", ">= 4.2.3")
     spec.add_runtime_dependency("pkg-config")
 

Reply via email to