You don't need to change the gem's dependency - your own project can depend on a compatible version of selenium-webdriver. For example, using [bundler](http://gembundler.com/):
```ruby gem "watir-webdriver" gem "selenium-webdriver", ">= 2.18" ``` --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/199#issuecomment-16507884
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
