thoughtbot / yuri-ita

Create powerful interfaces for filtering, searching, and sorting collections of items.
MIT License
85 stars 5 forks source link

Update Ruby to 3.3.3 #331

Closed louis-antonopoulos closed 2 months ago

louis-antonopoulos commented 2 months ago

This PR:

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

Co-authored-by: Sally Hall sally@thoughtbot.com