Skip to content

Commit

Permalink
Remove webdrivers
Browse files Browse the repository at this point in the history
This repo doesn't make any direct references to it and, as per
alphagov/govuk_test#43 GOV.UK is preferring
webdrivers to be installed on the OS rather than by Ruby.
  • Loading branch information
kevindew committed Mar 7, 2022
1 parent 2c30429 commit 8ec0f94
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 @@ -44,6 +44,5 @@ group :test do
gem "simplecov"
gem "test-unit"
gem "timecop"
gem "webdrivers"
gem "webmock", require: false
end
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,6 @@ GEM
rack (>= 2.0.9)
warden-oauth2 (0.0.1)
warden
webdrivers (4.4.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.9.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -548,7 +544,6 @@ DEPENDENCIES
test-unit
timecop
uglifier
webdrivers
webmock

BUNDLED WITH
Expand Down

0 comments on commit 8ec0f94

Please sign in to comment.