Skip to content

Commit d8f5c5d

Browse files
authored
Merge branch 'trunk' into 4_22
2 parents b769019 + 288c58a commit d8f5c5d

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.125.0'
10+
gem 'selenium-devtools', '= 0.126.0'
1111
gem 'selenium-webdriver', '= 4.22.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
rubocop (~> 1.40)
5757
ruby-progressbar (1.13.0)
5858
rubyzip (2.3.2)
59-
selenium-devtools (0.125.0)
59+
selenium-devtools (0.126.0)
6060
selenium-webdriver (~> 4.2)
6161
selenium-webdriver (4.22.0)
6262
base64 (~> 0.2)
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
rspec (~> 3.0)
8282
rubocop (~> 1.35)
8383
rubocop-rspec (~> 2.12)
84-
selenium-devtools (= 0.125.0)
84+
selenium-devtools (= 0.126.0)
8585
selenium-webdriver (= 4.22.0)
8686

8787
BUNDLED WITH

0 commit comments

Comments
 (0)