File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ gem 'rake', '~> 13.0'
77gem  'rspec' ,  '~> 3.0' 
88gem  'rubocop' ,  '~> 1.35' 
99gem  'rubocop-rspec' ,  '~> 3.0' 
10- gem  'selenium-devtools' ,  '= 0.134 .0' 
10+ gem  'selenium-devtools' ,  '= 0.135 .0' 
1111gem  'selenium-webdriver' ,  '= 4.31.0' 
Original file line number Diff line number Diff line change 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
8080BUNDLED WITH 
Original file line number Diff line number Diff line change 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 ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments