-
Notifications
You must be signed in to change notification settings - Fork 19
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
CentOS 6.x failure #31
Comments
Yeah, it seems that on CentOS 7 the ruby package depends on rubygems, so installing ruby also installs rubygems, however that's not true in CentOS 6...
so installing ruby will pull in the gems package...
However on CentOS 6, this is not the case, and ruby doesn't depend on rubygems;
so installing it doesn't get gems in the path. So the script jumps to trying to trying to install bundler with
|
This fixes it for CentOS, and I've tested it against CentOS7, and fedora-27
|
When testing against CentOS 6 hosts, it seems the
rubygems
package is not installed which then causes the "verify" step to fail.To resolve the issue I just logged into the box manually and installed
rubygems
See the output:
The text was updated successfully, but these errors were encountered: