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 e5fbb92 commit eb3522c
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 @@ -98,10 +98,8 @@ end

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

group :ci do
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Expand Up @@ -319,7 +319,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
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 @@ -373,10 +373,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)
webpacker (5.4.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -412,7 +408,7 @@ DEPENDENCIES
capistrano-rbenv
capistrano-yarn
capistrano3-puma (~> 5.2.0)
capybara
capybara (>= 3.39)
dalli
debug
devise
Expand All @@ -436,7 +432,7 @@ DEPENDENCIES
rails-i18n
saml_idp!
sassc-rails
selenium-webdriver
selenium-webdriver (>= 4.11.0)
simplecov
spring
sprockets
Expand All @@ -445,7 +441,6 @@ DEPENDENCIES
turbolinks
tzinfo-data
web-console
webdrivers
webpacker
wechat!
xmlenc
Expand Down

0 comments on commit eb3522c

Please sign in to comment.