Skip to content

Commit

Permalink
Use webdriver 4.6.1 or higher to support selenium-webdriver 4.0.0
Browse files Browse the repository at this point in the history
This pull request forces bundler to use webdriver 4.6.1 or higher
to workaround rails#43455 until titusfortner/webdrivers#218 is merged and
released.

Fix rails#43455
titusfortner/webdrivers#218
  • Loading branch information
yahonda committed Oct 14, 2021
1 parent e7fb2b1 commit d2033eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -101,7 +101,8 @@ gem "aws-sdk-sns", require: false
gem "webmock"

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

# Action View
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -505,7 +505,7 @@ GEM
json (>= 1.8)
nokogiri (~> 1.6)
rexml (~> 3.2)
webdrivers (4.6.0)
webdrivers (4.6.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
tzinfo-data
w3c_validators (~> 1.3.6)
wdm (>= 0.1.0)
webdrivers
webdrivers (>= 4.6.1)
webmock
webrick
websocket-client-simple!
Expand Down

0 comments on commit d2033eb

Please sign in to comment.