Bug 1361335
| Summary: | rhc dependency issues with different versions of Ruby | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Rory Thrasher <rthrashe> |
| Component: | oc | Assignee: | Rory Thrasher <rthrashe> |
| Status: | CLOSED NOTABUG | QA Contact: | Yadan Pei <yapei> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2.0 | CC: | aos-bugs, jokerman, mmccomas, yanpzhan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: RHC dependencies have been updating and deprecating older version of Ruby that RHC is required to support. Certain dependencies (net-ssh, addressable, and json) need different rubygem versions depending on which version of Ruby that is being used.
Consequence: RHC was failing to build or run on certain versions of Ruby.
Fix: Add updates to the enterprise/rhc gemfile to lock the versions of net-ssh, addressable, and json for Ruby 1.8.7. There is code that will select the proper version of these dependencies if github.com/openshift/rhc is built locally.
Result: RHC will properly work with Ruby 1.8.7 by default. Users wishing to use other versions of Ruby can clone github.com/openshift/rhc and build the gem locally to have RHC use dependencies specific to the version of Ruby that it is built with.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-08 17:53:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rory Thrasher
2016-07-28 20:59:25 UTC
This bug is no longer needed. |