[ https://issues.apache.org/jira/browse/ARROW-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661322#comment-17661322 ]
Rok Mihevc commented on ARROW-4299: ----------------------------------- This issue has been migrated to [issue #20872|https://github.com/apache/arrow/issues/20872] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [Ruby] Depend on the same version as Red Arrow > ---------------------------------------------- > > Key: ARROW-4299 > URL: https://issues.apache.org/jira/browse/ARROW-4299 > Project: Apache Arrow > Issue Type: Improvement > Components: Ruby > Reporter: Kouhei Sutou > Assignee: Yosuke Shiro > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Red Arrow CUDA, Red Plasma, Red Gandiva and Red Parquet depend on Red Arrow. > But they don't specify Red Arrow version. > They don't work well without the same Red Arrow version. So they should > depend on the same version as Red Arrow. > > We will be able to implement with the following change: > > {code:ruby} > spec.add_runtime_dependency("red-arrow", "= #{spec.version}") > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)