Skip to content

Commit

Permalink
No need to specify webdrivers version to support selenium-webdriver 4…
Browse files Browse the repository at this point in the history
….0.0

`webdrivers` 4.7.0 has been released including titusfortner/webdrivers#218
which supports selenium-webdriver 4.0.0

Refer
https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md#470-2021-10-14

Related to rails#43456
  • Loading branch information
yahonda committed Oct 14, 2021
1 parent 3b5db8e commit 6261c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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

0 comments on commit 6261c42

Please sign in to comment.