Skip to content

Commit d909103

Browse files
Update dependency selenium-devtools to v0.139.0 (#2418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f675af commit d909103

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gem 'rake', '~> 13.0'
77
gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 3.0'
10-
gem 'selenium-devtools', '= 0.138.0'
10+
gem 'selenium-devtools', '= 0.139.0'
1111
gem 'selenium-webdriver', '= 4.35.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
rubocop (~> 1.72, >= 1.72.1)
5151
ruby-progressbar (1.13.0)
5252
rubyzip (2.4.1)
53-
selenium-devtools (0.138.0)
53+
selenium-devtools (0.139.0)
5454
selenium-webdriver (~> 4.2)
5555
selenium-webdriver (4.35.0)
5656
base64 (~> 0.2)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
rspec (~> 3.0)
7878
rubocop (~> 1.35)
7979
rubocop-rspec (~> 3.0)
80-
selenium-devtools (= 0.138.0)
80+
selenium-devtools (= 0.139.0)
8181
selenium-webdriver (= 4.35.0)
8282

8383
BUNDLED WITH

0 commit comments

Comments
 (0)