SuperGoodSoft / solidus_taxjar

Support for using TaxJar to handle tax calculations in Solidus
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

Don't depend on the `webdrivers` gem #249

Closed benjaminwil closed 1 year ago

benjaminwil commented 1 year ago

What is the goal of this PR?

With the latest releases of Selenium, the webdrivers gem is no longer compatible. Upstream, solidus_dev_support requires selenium-webdrivers explicitly, meaning our Webdrivers-specific configuration will cease to work.

This commit prepares us for the future.

Merge Checklist