Skip to content

Commit bf6a5f4

Browse files
chore(deps): update dependency selenium-webdriver to v4.29.1 (#2190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20fd909 commit bf6a5f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ruby/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 3.0'
1010
gem 'selenium-devtools', '= 0.133.0'
11-
gem 'selenium-webdriver', '= 4.29.0'
11+
gem 'selenium-webdriver', '= 4.29.1'

examples/ruby/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
rubyzip (2.4.1)
5151
selenium-devtools (0.133.0)
5252
selenium-webdriver (~> 4.2)
53-
selenium-webdriver (4.29.0)
53+
selenium-webdriver (4.29.1)
5454
base64 (~> 0.2)
5555
logger (~> 1.4)
5656
rexml (~> 3.2, >= 3.2.5)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
rubocop (~> 1.35)
7575
rubocop-rspec (~> 3.0)
7676
selenium-devtools (= 0.133.0)
77-
selenium-webdriver (= 4.29.0)
77+
selenium-webdriver (= 4.29.1)
7878

7979
BUNDLED WITH
8080
2.5.6

0 commit comments

Comments
 (0)