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 965cfbe commit 6a51578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Expand Up @@ -76,12 +76,9 @@ end

group :test do
# Adds support for Capybara system testing and selenium driver
gem "capybara"
gem "selenium-webdriver"
gem "capybara", ">= 3.39"
gem "selenium-webdriver", ">= 4.11.0"
gem "rexml" # required by selenium-webdriver for ruby 3.0

# 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 @@ -316,7 +316,7 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
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 @@ -361,10 +361,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)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -391,7 +387,7 @@ DEPENDENCIES
capistrano-rbenv
capistrano-yarn
capistrano3-puma (~> 5.2.0)
capybara
capybara (>= 3.39)
carrierwave
carrierwave-aliyun
chinese_pinyin
Expand All @@ -409,15 +405,14 @@ DEPENDENCIES
rails (~> 7.0.5)
rake
rexml
selenium-webdriver
selenium-webdriver (>= 4.11.0)
shakapacker
sitemap_generator
sqlite3
standard
tzinfo-data
uri (>= 0.12.2)
web-console
webdrivers
wechat!
whenever

Expand Down

0 comments on commit 6a51578

Please sign in to comment.