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

raulcd 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 374b8f6dde GH-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 
(#42001)
374b8f6dde is described below

commit 374b8f6ddec3b7614408ea874ffb29981c2a295d
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jun 6 18:40:30 2024 +0900

    GH-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 (#42001)
    
    ### Rationale for this change
    
    Old Ruby ships OpenSSL 1 but googld-cloud-cpp requires OpenSSL 3. We need 
to use Ruby that ships OpenSSL 3.
    
    ### What changes are included in this PR?
    
    Use the latest Ruby.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #41903
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 .github/workflows/ruby.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 35c4460d47..eb00bc5f92 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -197,9 +197,7 @@ jobs:
         mingw-n-bits:
           - 64
         ruby-version:
-          # TODO: Use the latest Ruby again when we fix GH-39130.
-          # - ruby
-          - "3.1"
+          - ruby
     env:
       ARROW_BUILD_STATIC: OFF
       ARROW_BUILD_TESTS: OFF

Reply via email to