Skip to content

Commit

Permalink
Update govuk_test to v3.0.1
Browse files Browse the repository at this point in the history
This removes the dependency on the `webdrivers` gem, which was causing test failures on CI
  • Loading branch information
robinjam committed Aug 3, 2023
1 parent ec2502e commit 03d2c7e
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bootsnap (1.10.3)
msgpack (~> 1.2)
brakeman (5.4.1)
brakeman (6.0.1)
browser (5.3.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.36.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -86,7 +86,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crack (0.4.5)
Expand Down Expand Up @@ -170,12 +169,11 @@ GEM
rails (>= 6)
rouge
sprockets (< 4)
govuk_test (2.3.0)
govuk_test (3.0.1)
brakeman (>= 5.0.2)
capybara
capybara (>= 3.36)
puma
selenium-webdriver (>= 3.142)
webdrivers (>= 4)
selenium-webdriver (>= 4.0)
hashdiff (1.0.1)
hashie (5.0.0)
htmlentities (4.3.4)
Expand Down Expand Up @@ -234,7 +232,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
msgpack (1.4.5)
multi_json (1.15.0)
Expand Down Expand Up @@ -272,11 +270,11 @@ GEM
pry (~> 0.13)
psych (5.1.0)
stringio
public_suffix (4.0.6)
puma (5.6.4)
public_suffix (5.0.3)
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -315,15 +313,15 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
regexp_parser (2.5.0)
regexp_parser (2.8.1)
request_store (1.5.1)
rack (>= 1.4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.2.6)
rouge (4.1.1)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand Down Expand Up @@ -391,10 +389,10 @@ GEM
sprockets-rails
tilt
secure_headers (6.3.3)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.11.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.9.0)
railties (>= 5.0)
sentry-ruby (~> 5.9.0)
Expand Down Expand Up @@ -433,15 +431,12 @@ GEM
unf_ext
unf_ext (0.0.8)
unicode-display_width (2.2.0)
webdrivers (5.0.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down

0 comments on commit 03d2c7e

Please sign in to comment.