Skip to content

Commit a7d34d5

Browse files
committed
use latest devtools version
1 parent 32fa6d1 commit a7d34d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
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)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
rspec (~> 3.0)
7575
rubocop (~> 1.35)
7676
rubocop-rspec (~> 3.0)
77-
selenium-devtools (= 0.134.0)
77+
selenium-devtools (= 0.135.0)
7878
selenium-webdriver (= 4.31.0)
7979

8080
BUNDLED WITH

examples/ruby/spec/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
# Disable RSpec exposing methods globally on `Module` and `main`
1212
config.disable_monkey_patching!
1313
Dir.mktmpdir('tmp')
14-
config.example_status_persistence_file_path = "tmp/examples.txt"
14+
config.example_status_persistence_file_path = 'tmp/examples.txt'
1515

1616
config.expect_with :rspec do |c|
1717
c.syntax = :expect
1818
end
1919

2020
config.before do |example|
21-
bug_tracker = 'https://gigithub.com/SeleniumHQ/seleniumhq.github.io/issues'
21+
bug_tracker = 'https://github.com/SeleniumHQ/seleniumhq.github.io/issues'
2222
guards = Selenium::WebDriver::Support::Guards.new(example,
2323
bug_tracker: bug_tracker)
2424
guards.add_condition(:platform, Selenium::WebDriver::Platform.os)

0 commit comments

Comments
 (0)