Skip to content

Commit e617b96

Browse files
committed
[rb] update devtools version
1 parent e9d7c0c commit e617b96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/ruby/Gemfile

+1-1
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.134.0'
10+
gem 'selenium-devtools', '= 0.135.0'
1111
gem 'selenium-webdriver', '= 4.31.0'

examples/ruby/Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
rubocop (~> 1.72, >= 1.72.1)
4949
ruby-progressbar (1.13.0)
5050
rubyzip (2.4.1)
51-
selenium-devtools (0.134.0)
51+
selenium-devtools (0.135.0)
5252
selenium-webdriver (~> 4.2)
5353
selenium-webdriver (4.31.0)
5454
base64 (~> 0.2)
@@ -64,6 +64,7 @@ PLATFORMS
6464
arm64-darwin-22
6565
arm64-darwin-23
6666
arm64-darwin-24
67+
ruby
6768
x86_64-darwin-19
6869
x86_64-darwin-20
6970
x86_64-darwin-22
@@ -74,7 +75,7 @@ DEPENDENCIES
7475
rspec (~> 3.0)
7576
rubocop (~> 1.35)
7677
rubocop-rspec (~> 3.0)
77-
selenium-devtools (= 0.134.0)
78+
selenium-devtools (= 0.135.0)
7879
selenium-webdriver (= 4.31.0)
7980

8081
BUNDLED WITH

0 commit comments

Comments
 (0)