Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update reek and rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 20, 2020
1 parent 1565e5d commit f483758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svgeez.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Gem::Specification.new do |spec|
}

spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'reek', '~> 5.5'
spec.add_development_dependency 'reek', '~> 5.6'
spec.add_development_dependency 'rspec', '~> 3.9'
spec.add_development_dependency 'rubocop', '~> 0.78.0'
spec.add_development_dependency 'rubocop', '~> 0.79.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'rubocop-rspec', '~> 1.37'
spec.add_development_dependency 'simplecov', '~> 0.17.1'
Expand Down

0 comments on commit f483758

Please sign in to comment.