You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
...
nokogiri-1.7.0.1 requires ruby version >= 2.1.0, which is incompatible with the current version, ruby 2.0.0p598
Possible Solution
Use latest version nokogiri 1.7.x. And stop support for ruby 2.0. Remove ruby 2.0 from .travis.yml.
or
Use old verson nokogiri 1.6. For example, update cucumber.gemspec from '~> 1.5' to ~> 1.6.0
Steps to Reproduce (for bugs)
Just run travis test for ruby2.0.
Context & Motivation
We are happy for the contribution if we can pass all the tests for Travis CI.
Your Environment
My local environment is
Version used:
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
Summary
Nokogiri 1.7 looks requiring "ruby version >= 2.1.0"
How to fix Travis test for ruby2.0?
Expected Behavior
Current Behavior
https://travis-ci.org/cucumber/cucumber-ruby/jobs/190347224
Possible Solution
.travis.yml
.or
cucumber.gemspec
from'~> 1.5'
to~> 1.6.0
Steps to Reproduce (for bugs)
Just run travis test for ruby2.0.
Context & Motivation
We are happy for the contribution if we can pass all the tests for Travis CI.
Your Environment
My local environment is
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
Feodora 24.
Fedora Project cucumber RPM package:
https://admin.fedoraproject.org/pkgdb/package/rpms/rubygem-cucumber/
The text was updated successfully, but these errors were encountered: