[
https://issues.apache.org/jira/browse/ARROW-18207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626962#comment-17626962
]
Kouhei Sutou commented on ARROW-18207:
--------------------------------------
We need to update Homebrew packages and MSYS2 packages before we release our
gems. But they aren't completed yet:
* https://github.com/Homebrew/homebrew-core/pull/114034
* https://github.com/kou/MINGW-packages/tree/arrow-10.0.0 (Groonga 12.0.9
update is a blocker.)
> 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
> Assignee: Kouhei Sutou
> Priority: Major
>
> 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)