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

Support capybara 3.0 in gemspec file #379

Closed
jasnow opened this issue Apr 14, 2018 · 2 comments
Closed

Support capybara 3.0 in gemspec file #379

jasnow opened this issue Apr 14, 2018 · 2 comments

Comments

@jasnow
Copy link

jasnow commented Apr 14, 2018

Summary

Change "capybara (>= 1.1.2, < 3)" to support capybara 3.0.

Expected Behavior

Support capybara 3.0.

Current Behavior

Support only capybara < 3.0.

Possible Solution

Change this line in https://github.com/cucumber/cucumber-rails/blob/master/cucumber-rails.gemspec:

 s.add_runtime_dependency('capybara', ['>= 1.1.2', '< 3'])

Steps to Reproduce (for bugs)

You can see the dependency limits on https://rubygems.org/gems/cucumber-rails

Context & Motivation

Can't upgrade to latest capybara gem.

Your Environment

N/A

@xtrasimplicity
Copy link
Member

Thanks for reporting this, @jasnow. We currently have an open PR to support Capybara < 4, and Rails 5.2, so hopefully we will be able to release a fix for this soon. :)

#378

@jasnow
Copy link
Author

jasnow commented Apr 14, 2018

@xtrasimplicity - Therefore this is a duplicate so I will close it. Thanks for the heads up.

@jasnow jasnow closed this as completed Apr 14, 2018
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

2 participants