You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Noah Horton (Jira)" <ji...@apache.org> on 2022/10/31 23:17:00 UTC

[jira] [Created] (ARROW-18207) Rubygems not updating in concert with majors

Noah Horton created ARROW-18207:
-----------------------------------

             Summary: Rubygems not updating in concert with majors
                 Key: ARROW-18207
                 URL: https://issues.apache.org/jira/browse/ARROW-18207
             Project: Apache Arrow
          Issue Type: Bug
          Components: Ruby
    Affects Versions: 10.0.0
            Reporter: Noah Horton


10.0.0 just released, meaning that that all install scripts that use the 'latest' tag are getting it.

Yet rubygems.org is still running with the 9.0.0 version a week after 10.0.0 released.

The build scripts need to start updating rubygems.org automatically, or guide users to a bundler config like 
{code:ruby}
gem "red-arrow", github: "apache/arrow", glob: "ruby/red-arrow/*.gemspec", require: "arrow", tag: 'apache-arrow-10.0.0'
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)