Skip to content

Commit 39a6d34

Browse files
committed
Update Ruby to latest devtools
1 parent 468ac92 commit 39a6d34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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', '~> 3.0'
10-
gem 'selenium-devtools', '= 0.142.0'
10+
gem 'selenium-devtools', '= 0.143.0'
1111
gem 'selenium-webdriver', '= 4.41.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
rubocop (~> 1.72, >= 1.72.1)
5151
ruby-progressbar (1.13.0)
5252
rubyzip (3.2.2)
53-
selenium-devtools (0.142.0)
53+
selenium-devtools (0.143.0)
5454
selenium-webdriver (~> 4.2)
5555
selenium-webdriver (4.41.0)
5656
base64 (~> 0.2)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
rspec (~> 3.0)
7878
rubocop (~> 1.35)
7979
rubocop-rspec (~> 3.0)
80-
selenium-devtools (= 0.142.0)
80+
selenium-devtools (= 0.143.0)
8181
selenium-webdriver (= 4.41.0)
8282

8383
BUNDLED WITH

0 commit comments

Comments
 (0)