Skip to content

Commit

Permalink
Update pronto.gemspec
Browse files Browse the repository at this point in the history
Co-authored-by: Ashish Kulkarni <ashish@kulkarni.dev>
  • Loading branch information
dsander and ashkulz authored Feb 6, 2021
1 parent 38d3572 commit de7f755
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('rspec-its', '~> 1.2')
s.add_development_dependency('rspec-expectations', '~> 3.4')
s.add_development_dependency('rubocop', '~> 0.58')
# Enforces a simplecov version that is supported by CodeClimate, they support 0.17.x or >= 0.20 (https://docs.codeclimate.com/docs/configuring-test-coverage)
s.add_development_dependency('simplecov', '~> 0.17', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4',
'!= 0.18.5', '!= 0.19.0', '!= 0.19.1')
s.add_development_dependency('simplecov', '~> 0.20') # see https://docs.codeclimate.com/docs/configuring-test-coverage
end

0 comments on commit de7f755

Please sign in to comment.