titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
592 stars 113 forks source link

update selenium-webdriver to account for latest version #256

Closed zmariscal closed 1 year ago

zmariscal commented 1 year ago

The gem selenium-webdriver has been updated: https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES#L1

To ensure we can update this gem in or project we need to update webdrivers.gemspec to ensure we can get the latest version.

Resolves issue: https://github.com/titusfortner/webdrivers/issues/257

titusfortner commented 1 year ago

Thanks for the PR, but see the comment on the related issue.