We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4614e commit 60af416Copy full SHA for 60af416
examples/ruby/Gemfile
@@ -7,5 +7,5 @@ gem 'rake', '~> 13.0'
7
gem 'rspec', '~> 3.0'
8
gem 'rubocop', '~> 1.35'
9
gem 'rubocop-rspec', '~> 3.0'
10
-gem 'selenium-devtools', '= 0.134.0'
+gem 'selenium-devtools', '= 0.135.0'
11
gem 'selenium-webdriver', '= 4.31.0'
examples/ruby/Gemfile.lock
@@ -48,7 +48,7 @@ GEM
48
rubocop (~> 1.72, >= 1.72.1)
49
ruby-progressbar (1.13.0)
50
rubyzip (2.4.1)
51
- selenium-devtools (0.134.0)
+ selenium-devtools (0.135.0)
52
selenium-webdriver (~> 4.2)
53
selenium-webdriver (4.31.0)
54
base64 (~> 0.2)
@@ -74,7 +74,7 @@ DEPENDENCIES
74
rspec (~> 3.0)
75
rubocop (~> 1.35)
76
rubocop-rspec (~> 3.0)
77
- selenium-devtools (= 0.134.0)
+ selenium-devtools (= 0.135.0)
78
selenium-webdriver (= 4.31.0)
79
80
BUNDLED WITH
0 commit comments