Skip to content

Commit fbf64cb

Browse files
authored
Merge branch 'trunk' into seleniumChanges
2 parents 6212023 + 74f32d0 commit fbf64cb

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

examples/javascript/package-lock.json

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "Apache-2.0",
99
"dependencies": {
1010
"assert": "2.1.0",
11-
"selenium-webdriver": "4.25.0"
11+
"selenium-webdriver": "4.26.0"
1212
},
1313
"devDependencies": {
1414
"mocha": "10.7.3"

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 3.0'
1010
gem 'selenium-devtools', '= 0.130.0'
11-
gem 'selenium-webdriver', '= 4.25.0'
11+
gem 'selenium-webdriver', '= 4.26.0'

examples/ruby/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
ast (2.4.2)
55
base64 (0.2.0)
66
diff-lcs (1.5.1)
7-
json (2.7.2)
7+
json (2.7.5)
88
language_server-protocol (3.17.0.3)
99
logger (1.6.1)
1010
parallel (1.26.3)
@@ -29,7 +29,7 @@ GEM
2929
diff-lcs (>= 1.2.0, < 2.0)
3030
rspec-support (~> 3.13.0)
3131
rspec-support (3.13.0)
32-
rubocop (1.67.0)
32+
rubocop (1.68.0)
3333
json (~> 2.3)
3434
language_server-protocol (>= 3.17.0)
3535
parallel (~> 1.10)
@@ -39,15 +39,15 @@ GEM
3939
rubocop-ast (>= 1.32.2, < 2.0)
4040
ruby-progressbar (~> 1.7)
4141
unicode-display_width (>= 2.4.0, < 3.0)
42-
rubocop-ast (1.32.3)
42+
rubocop-ast (1.33.0)
4343
parser (>= 3.3.1.0)
4444
rubocop-rspec (3.1.0)
4545
rubocop (~> 1.61)
4646
ruby-progressbar (1.13.0)
4747
rubyzip (2.3.2)
4848
selenium-devtools (0.130.0)
4949
selenium-webdriver (~> 4.2)
50-
selenium-webdriver (4.25.0)
50+
selenium-webdriver (4.26.0)
5151
base64 (~> 0.2)
5252
logger (~> 1.4)
5353
rexml (~> 3.2, >= 3.2.5)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
rubocop (~> 1.35)
7272
rubocop-rspec (~> 3.0)
7373
selenium-devtools (= 0.130.0)
74-
selenium-webdriver (= 4.25.0)
74+
selenium-webdriver (= 4.26.0)
7575

7676
BUNDLED WITH
7777
2.5.6

0 commit comments

Comments
 (0)