coreinfrastructure/best-practices-badge

Post-install message from webdrivers:

TonyLHansen opened this issue · 1 comments

Saw this message running install-badge-dev-env:

154.4 Post-install message from webdrivers:
154.4 Webdrivers gem update options
154.4 *****************************
154.4
154.4 Selenium itself now manages drivers by default: https://www.selenium.dev/documentation/selenium_manager
154.4 * If you are using Ruby 3+ — please update to Selenium 4.11+ and stop requiring this gem
154.4 * If you are using Ruby 2.6+ and Selenium 4.0+ — this version will work for now
154.4 * If you use Ruby < 2.6 or Selenium 3, a 6.0 version of this gem with additional support is planned
154.4
154.4 Restrict your gemfile to "webdrivers", "= 5.3.0" to stop seeing this message
1

We can probably safely upgrade all of our selenium and webdrivers gems to the latest version. Feel free to open a PR and I'll approve it if the tests run green.