Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70ddda9

Browse files
renovate[bot]diemol
andauthoredMay 27, 2025··
Update dependency selenium-devtools to v0.137.0 (#2315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent eca6908 commit 70ddda9

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.136.0'
10+
gem 'selenium-devtools', '= 0.137.0'
1111
gem 'selenium-webdriver', '= 4.33.0'

‎examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
rubocop (~> 1.72, >= 1.72.1)
4949
ruby-progressbar (1.13.0)
5050
rubyzip (2.4.1)
51-
selenium-devtools (0.136.0)
51+
selenium-devtools (0.137.0)
5252
selenium-webdriver (~> 4.2)
5353
selenium-webdriver (4.33.0)
5454
base64 (~> 0.2)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
rspec (~> 3.0)
7676
rubocop (~> 1.35)
7777
rubocop-rspec (~> 3.0)
78-
selenium-devtools (= 0.136.0)
78+
selenium-devtools (= 0.137.0)
7979
selenium-webdriver (= 4.33.0)
8080

8181
BUNDLED WITH

0 commit comments

Comments
 (0)
Please sign in to comment.