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

Travis build failed as Listen dependency does not support Ruby 2.2.x #377

Closed
soodpr opened this issue Oct 23, 2019 · 1 comment
Closed

Comments

@soodpr
Copy link
Member

soodpr commented Oct 23, 2019

Scenario/Intent

Travis build failed as Listen dependency does not support Ruby 2.2.x. Click here

Below is the summary:
Gem::RuntimeRequirementNotMetError: listen requires Ruby version ~> 2.2, >=

2.2.7. The current ruby version is 2.2.0.

An error occurred while installing listen (3.2.0), and Bundler

cannot continue.

Make sure that gem install listen -v '3.2.0' --source 'https://rubygems.org/'

succeeds before bundling.

Environment Details

  • Ruby Version: 2.2.6

Steps to Reproduce

Do some code changes and commit your code. Tarvis build will fail for Ruby 2.2.6

Expected Result

Should be able to pass the Travis build without any issues.

Actual Result

Travis build failed for Ruby 2.2.6 version only.

@soodpr
Copy link
Member Author

soodpr commented Oct 23, 2019

Just adding one more thing here that support for Ruby 2.2 has ended. Please refer to this link.
In fact Ruby 2.3 support has also ended this year. Currently i am able to surpass the Travis build by removing 2.2.6 from .travis.yml file and changes are in development branch.

But it would be great if we can support latest ruby versions and remove versions which are no longer supported by Ruby community.

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