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

Merge pull request #43270 from ceritium/selenium-webdriver-4

Requires selenium-webdriver 4.0.0 on ruby >= 3.0.0
This commit is contained in:
Rafael França 2021-09-20 17:05:36 -04:00 committed by GitHub
commit 1d986fda85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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