Skip to content

Commit 08376c3

Browse files
Bump selenium-webdriver from 3.142.7 to 4.7.1
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.7 to 4.7.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0c353c commit 08376c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ GEM
105105
rack-test (>= 0.6.3)
106106
regexp_parser (~> 1.5)
107107
xpath (~> 3.2)
108-
childprocess (3.0.0)
109108
chromedriver-helper (2.1.1)
110109
archive-zip (~> 0.10)
111110
nokogiri (~> 1.8)
@@ -315,10 +314,11 @@ GEM
315314
rubocop-ast (1.24.0)
316315
parser (>= 3.1.1.0)
317316
ruby-progressbar (1.11.0)
318-
rubyzip (2.3.0)
319-
selenium-webdriver (3.142.7)
320-
childprocess (>= 0.5, < 4.0)
321-
rubyzip (>= 1.2.2)
317+
rubyzip (2.3.2)
318+
selenium-webdriver (4.7.1)
319+
rexml (~> 3.2, >= 3.2.5)
320+
rubyzip (>= 1.2.2, < 3.0)
321+
websocket (~> 1.0)
322322
shoulda-callback-matchers (1.1.4)
323323
activesupport (>= 3)
324324
shoulda-matchers (4.5.0)
@@ -365,6 +365,7 @@ GEM
365365
activemodel (>= 6.0.0)
366366
bindex (>= 0.4.0)
367367
railties (>= 6.0.0)
368+
websocket (1.2.9)
368369
websocket-driver (0.7.5)
369370
websocket-extensions (>= 0.1.0)
370371
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)