1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Requires selenium-webdriver 4.0.0

`selenium-webdriver` added support for Ruby 3.0, but there is only an RC version available right now.

Related to https://github.com/rails/rails/issues/43248
This commit is contained in:
Jose Galisteo 2021-09-20 18:06:27 +02:00
parent 780753f571
commit 23ea5b0f2c

View file

@ -66,7 +66,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara", ">= 3.26"
gem "selenium-webdriver"
gem "selenium-webdriver", ">= 4.0.0.rc1"
gem "webdrivers"
end
<%- end -%>
<%- end -%>