Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to specify webdrivers version to support selenium-webdriver 4 #43468

Merged
merged 1 commit into from Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -101,8 +101,7 @@ gem "aws-sdk-sns", require: false
gem "webmock"

group :ujs do
# ">= 4.6.1" can be removed once https://github.com/titusfortner/webdrivers/pull/218 is merged and released.
gem "webdrivers", ">= 4.6.1"
gem "webdrivers"
end

# Action View
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -505,10 +505,10 @@ GEM
json (>= 1.8)
nokogiri (~> 1.6)
rexml (~> 3.2)
webdrivers (4.6.1)
webdrivers (4.7.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (> 3.141, < 5.0)
webmock (3.13.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
tzinfo-data
w3c_validators (~> 1.3.6)
wdm (>= 0.1.0)
webdrivers (>= 4.6.1)
webdrivers
webmock
webrick
websocket-client-simple!
Expand Down