-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade ruby version to 2.0.0-p648 #376
Comments
@TimothyAsir What are the risks for moving the current ruby version used for tendrl-api to version 2.0.0 for RHEL |
(for ds) Its already available in rhel-7-server-rpms channel. The current available version is 2.0.0.648-33.el7_4 which will be installed while installing tendrl-api. ruby, ruby-libs, ruby-irb -> 2.0.0.648-33.el7_4 |
In that case we can give a try but any impact on the gems we are using/building? |
You are right about the latest version of ruby available on RHEL/CentOS 7, it's But I don't understand what small change you have in mind in the description of this issue. We will use this particular ruby version when deploying on up to date RHEL system, we don't have to change anything on our side to use it. But I see two occurrences of some a ruby version
If you mean updating those, I'm ok with it. Btw, that ruby version in |
@mbukatov the way we are deploying through RPMs, we cannot control which patch version of ruby to depend on. However, |
Nice, this means there is no downstream dependency of the change I wish to make. Thanks for the info @TimothyAsirJeyasing |
This is the latest available system ruby on RHEL/CentOS, and only needs a small change.
This is the interim step before we put in more work to use later versions of ruby - #377
The current
.ruby-version
file for this project has2.0.0-p598
; it is possible that some deployments are already using p648, so we need to start building gems against p648 as well.The text was updated successfully, but these errors were encountered: