Skip to content

Commit

Permalink
Update rubocop to 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jul 5, 2020
1 parent 4c1b114 commit fef7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate-website.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency('racc') if RUBY_ENGINE == 'rbx'
s.add_development_dependency 'rake', '~> 12'
s.add_development_dependency 'rubocop', '~> 0.72.0'
s.add_development_dependency 'rubocop', '~> 0.76.0'
s.add_development_dependency 'webmock', '~> 3.4'
s.require_path = 'lib'
s.bindir = 'bin'
Expand Down

0 comments on commit fef7db9

Please sign in to comment.