Removes all the ignores from dependabot.yml, as the references were to unused packages or version numbers that are older than what is being used
Post-install message from webdrivers:
Webdrivers gem update options
*****************************
Selenium itself now manages drivers by default: https://www.selenium.dev/documentation/selenium_manager
* If you are using Ruby 3+ — please update to Selenium 4.11+ and stop requiring this gem
* If you are using Ruby 2.6+ and Selenium 4.0+ — this version will work for now
* If you use Ruby < 2.6 or Selenium 3, a 6.0 version of this gem with additional support is planned
Restrict your gemfile to "webdrivers", "= 5.3.0" to stop seeing this message
This PR:
3.1.6
to3.3.3
webdrivers
withselenium-webdriver
dependabot.yml
, as the references were to unused packages or version numbers that are older than what is being usedCo-authored-by: Sally Hall sally@thoughtbot.com