Skip to content

Commit

Permalink
remove webdriver gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 21, 2023
1 parent 2231c81 commit 9966c98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
gem 'rspec-openapi'
end

Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,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.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -496,7 +492,6 @@ DEPENDENCIES
turbo-rails
tzinfo-data
web-console (>= 3.3.0)
webdrivers

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 9966c98

Please sign in to comment.