coreinfrastructure / best-practices-badge

πŸ†Open Source Security Foundation (OpenSSF) Best Practices Badge (formerly Core Infrastructure Initiative (CII) Best Practices Badge)
https://www.bestpractices.dev
MIT License
1.21k stars 203 forks source link

Post-install message from webdrivers: #2068

Open TonyLHansen opened 11 months ago

TonyLHansen commented 11 months ago

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

andrew-fader-discovery commented 11 months ago

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.