Skip to content

Commit

Permalink
Remove the webdrivers gem and update selenium-webdriver (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer authored Aug 1, 2023
1 parent 26946f3 commit 2a081e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ group :test do
# Selenium is the default default Capybara driver for system tests that ships with
# Rails. Cuprite is an alternative driver that uses Chrome's native DevTools protocol
# and offers improved speed and reliability, but only works with Chrome. If you want
# to switch to Cuprite, you can comment out the `selenium-webdriver` and `webdrivers`
# gems and uncomment the `cuprite` gem below. Bullet Train will automatically load
# to switch to Cuprite, you can comment out the `selenium-webdriver` gem
# and uncomment the `cuprite` gem below. Bullet Train will automatically load
# the correct configuration based on which gem is included.
gem "selenium-webdriver"
gem "webdrivers"

# gem "cuprite"
end
Expand Down
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.2.6)
rotp (6.2.2)
rqrcode (2.2.0)
chunky_png (~> 1.0)
Expand All @@ -503,7 +503,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.9.1)
selenium-webdriver (4.11.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -583,10 +583,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -656,7 +652,6 @@ DEPENDENCIES
turbo-rails
tzinfo-data
web-console
webdrivers

RUBY VERSION
ruby 3.2.2
Expand Down

0 comments on commit 2a081e7

Please sign in to comment.