Skip to content

Commit

Permalink
Tighten rubocop dependencies
Browse files Browse the repository at this point in the history
This avoids unexpected RuboCop failures.
  • Loading branch information
mvz committed Aug 19, 2020
1 parent 151dec5 commit 35514aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry-doc', '~> 1.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency 'rubocop', '~> 0.85'
spec.add_development_dependency 'rubocop', '~> 0.88.0'
spec.add_development_dependency 'rubocop-packaging', '~> 0.1.1'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'rubocop-rspec', '~> 1.39'
spec.add_development_dependency 'rubocop-performance', '~> 1.7.1'
spec.add_development_dependency 'rubocop-rspec', '~> 1.42.0'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
spec.add_development_dependency 'yard-junk', '~> 0.0.7'

Expand Down

0 comments on commit 35514aa

Please sign in to comment.