Skip to content

Commit b87f8d3

Browse files
Update dependency selenium-devtools to v0.125.0 (#1722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8700833 commit b87f8d3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.124.0'
10+
gem 'selenium-devtools', '= 0.125.0'
1111
gem 'selenium-webdriver', '= 4.20.1'

examples/ruby/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ GEM
1414
rainbow (3.1.1)
1515
rake (13.2.1)
1616
regexp_parser (2.9.0)
17-
rexml (3.2.6)
17+
rexml (3.2.8)
18+
strscan (>= 3.0.9)
1819
rspec (3.13.0)
1920
rspec-core (~> 3.13.0)
2021
rspec-expectations (~> 3.13.0)
@@ -54,13 +55,14 @@ GEM
5455
rubocop (~> 1.40)
5556
ruby-progressbar (1.13.0)
5657
rubyzip (2.3.2)
57-
selenium-devtools (0.124.0)
58+
selenium-devtools (0.125.0)
5859
selenium-webdriver (~> 4.2)
5960
selenium-webdriver (4.20.1)
6061
base64 (~> 0.2)
6162
rexml (~> 3.2, >= 3.2.5)
6263
rubyzip (>= 1.2.2, < 3.0)
6364
websocket (~> 1.0)
65+
strscan (3.1.0)
6466
unicode-display_width (2.5.0)
6567
websocket (1.2.10)
6668

@@ -77,7 +79,7 @@ DEPENDENCIES
7779
rspec (~> 3.0)
7880
rubocop (~> 1.35)
7981
rubocop-rspec (~> 2.12)
80-
selenium-devtools (= 0.124.0)
82+
selenium-devtools (= 0.125.0)
8183
selenium-webdriver (= 4.20.1)
8284

8385
BUNDLED WITH

0 commit comments

Comments
 (0)