Skip to content

Commit

Permalink
Remove webdrivers gem
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 6d974e6 commit c5e36e1
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 @@ -27,7 +27,6 @@ group :test do
gem "simplecov"
gem "test-unit"
gem "timecop"
gem "webdrivers"
gem "webmock"
end

Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,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.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -478,7 +474,6 @@ DEPENDENCIES
test-unit
timecop
uglifier
webdrivers
webmock

BUNDLED WITH
Expand Down

0 comments on commit c5e36e1

Please sign in to comment.