We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing fails on EL 6 (Ruby 1.8.7) on nokogiri.
If ruby 1.8 support have been dropped it should be nice to state it in the README and provide some simple pointers on how to install 1.9 on EL.
$ gem install cucmber-nagios ... Fetching: cucumber-1.3.15.gem (100%) Fetching: rspec-support-3.0.0.gem (100%) Fetching: rspec-core-3.0.0.gem (100%) Fetching: rspec-expectations-3.0.0.gem (100%) Fetching: rspec-mocks-3.0.0.gem (100%) Fetching: rspec-3.0.0.gem (100%) Fetching: mini_portile-0.6.0.gem (100%) Fetching: nokogiri-1.6.2.1.gem (100%) ERROR: Error installing cucumber-nagios: nokogiri requires Ruby version >= 1.9.2. $ ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] $ gem --version 1.8.10 $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago)
See #66 Abandon Ruby 1.8.7: When?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing fails on EL 6 (Ruby 1.8.7) on nokogiri.
If ruby 1.8 support have been dropped it should be nice to state it in the README and provide some simple pointers on how to install 1.9 on EL.
$ gem install cucmber-nagios ... Fetching: cucumber-1.3.15.gem (100%) Fetching: rspec-support-3.0.0.gem (100%) Fetching: rspec-core-3.0.0.gem (100%) Fetching: rspec-expectations-3.0.0.gem (100%) Fetching: rspec-mocks-3.0.0.gem (100%) Fetching: rspec-3.0.0.gem (100%) Fetching: mini_portile-0.6.0.gem (100%) Fetching: nokogiri-1.6.2.1.gem (100%) ERROR: Error installing cucumber-nagios: nokogiri requires Ruby version >= 1.9.2. $ ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] $ gem --version 1.8.10 $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago)
See #66 Abandon Ruby 1.8.7: When?
The text was updated successfully, but these errors were encountered: