Skip to content

Commit 594f48f

Browse files
Update dependency selenium-devtools to v0.124.0 (SeleniumHQ#1691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 9ee5acf commit 594f48f

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', '~> 2.12'
10-
gem 'selenium-devtools', '= 0.123'
10+
gem 'selenium-devtools', '= 0.124.0'
1111
gem 'selenium-webdriver', '= 4.19.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
rubocop (~> 1.40)
5555
ruby-progressbar (1.13.0)
5656
rubyzip (2.3.2)
57-
selenium-devtools (0.123.0)
57+
selenium-devtools (0.124.0)
5858
selenium-webdriver (~> 4.2)
5959
selenium-webdriver (4.19.0)
6060
base64 (~> 0.2)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
rspec (~> 3.0)
7878
rubocop (~> 1.35)
7979
rubocop-rspec (~> 2.12)
80-
selenium-devtools (= 0.123)
80+
selenium-devtools (= 0.124.0)
8181
selenium-webdriver (= 4.19.0)
8282

8383
BUNDLED WITH

0 commit comments

Comments
 (0)