Skip to content

Commit 03f0619

Browse files
chore(deps): update dependency selenium-webdriver to v4.27.0
1 parent 7471c3c commit 03f0619

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
@@ -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.26.0'
11+
gem 'selenium-webdriver', '= 4.27.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
rubyzip (2.3.2)
4848
selenium-devtools (0.130.0)
4949
selenium-webdriver (~> 4.2)
50-
selenium-webdriver (4.26.0)
50+
selenium-webdriver (4.27.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.26.0)
74+
selenium-webdriver (= 4.27.0)
7575

7676
BUNDLED WITH
7777
2.5.6

0 commit comments

Comments
 (0)