thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

capybara ~>2.16.1 #1046

Closed lgromanowski closed 6 years ago

lgromanowski commented 6 years ago

Hello, would you please change runtime dependency for capybara to ~>2.16.1 ?

twalpole commented 6 years ago

@lgromanowski Setting the dependency to ~> 2.16.1 would only allow Capybara 2.16.x to be used, which is not desired. It's currently set to ~>2.3 in the master branch which will allow use with any 2.x Capybara >= 2.3.0 . The currently released capybara-webkit gem does have the Capybara version locked to a lower version but you can always specify to use the master branch in your project if you need to use current Capybara releases.

lgromanowski commented 6 years ago

Ok, thank you for response.