Skip to content

Commit

Permalink
webdrivers no need for selenium-webdriver >= 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Aug 3, 2023
1 parent 38d9253 commit 6dcd079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Expand Up @@ -69,11 +69,9 @@ end

group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara'
gem 'capybara', '>= 3.39'
gem 'selenium-webdriver', '>= 4.11.0'
gem 'rexml' # required by selenium-webdriver
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem "webdrivers"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Expand Up @@ -294,7 +294,7 @@ GEM
rexml (3.2.6)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
selenium-webdriver (4.11.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -336,10 +336,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
webfinger (2.1.2)
activesupport
faraday (~> 2.0)
Expand All @@ -366,7 +362,7 @@ DEPENDENCIES
capistrano-rails
capistrano-rbenv
capistrano3-puma (~> 5.2.0)
capybara
capybara (>= 3.39)
coderay
debug
devise
Expand All @@ -384,12 +380,11 @@ DEPENDENCIES
redcarpet
rexml
rubyzip
selenium-webdriver
selenium-webdriver (>= 4.11.0)
shakapacker
turbo-rails (= 1.1.0)
tzinfo-data
web-console
webdrivers
wechat!

RUBY VERSION
Expand Down

0 comments on commit 6dcd079

Please sign in to comment.