Skip to content

Commit

Permalink
Edit dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroule committed Mar 23, 2021
1 parent a315cda commit 32925b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion danger-pmd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'

# Testing support
spec.add_development_dependency 'rspec', '~> 3.10.0'
spec.add_development_dependency 'codecov', '~> 0.5.1'
spec.add_development_dependency 'rspec', '~> 3.10.0'

# Linting code and docs
spec.add_development_dependency 'rubocop', '~> 1.11.0'
Expand Down

0 comments on commit 32925b2

Please sign in to comment.