watir-webdriver [doesn't 
depend](https://github.com/watir/watir-webdriver/blob/master/watir-webdriver.gemspec#L23)
 on any exact version of selenium-webdriver.

You can however manage this with Gemfile (if you use any):

```ruby
gem 'selenium-webdriver', '2.35.1' # this version depends on rubyzip < 1.0
gem 'watir-webdriver'
```

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/234#issuecomment-30432994
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to