Skip to content
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

Gem install fails on Ruby 1.8.7 #91

Open
rickard-von-essen opened this issue Jun 3, 2014 · 0 comments
Open

Gem install fails on Ruby 1.8.7 #91

rickard-von-essen opened this issue Jun 3, 2014 · 0 comments

Comments

@rickard-von-essen
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant