Skip to content

Commit

Permalink
No longer need webdrivers gem, apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 14, 2023
1 parent c2639d5 commit d2c17e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ group :test do
# gem "metric_fu" # removed until ruby 3.x compat is fixed.
gem "selenium-webdriver"

gem "webdrivers"
# Accessibility Testing
gem "axe-core-rspec"
gem "axe-core-cucumber"
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.0.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webpacker (5.4.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -643,7 +639,6 @@ DEPENDENCIES
spring
tzinfo-data
web-console
webdrivers
webpacker

RUBY VERSION
Expand Down

0 comments on commit d2c17e3

Please sign in to comment.