Skip to content

Commit

Permalink
Update RuboCop version (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Gupta <[email protected]>
  • Loading branch information
utkarsh2102 authored Aug 11, 2020
1 parent 9963a91 commit 2cf2725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webdrivers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ffi', '~> 1.0' # For selenium-webdriver on Windows
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rubocop', '~>0.66'
s.add_development_dependency 'rubocop', '~>0.89'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rspec', '~>1.32'
s.add_development_dependency 'rubocop-rspec', '~>1.42'
s.add_development_dependency 'simplecov', '~>0.16'

s.add_runtime_dependency 'nokogiri', '~> 1.6'
Expand Down

0 comments on commit 2cf2725

Please sign in to comment.