Skip to content

Commit 68f7109

Browse files
committed
Ensure simplecov version is supported by CodeClimate
On Ruby 2.4 simplecov 0.18 is installed which [isn't supported by CodeClimate][1]. This [was also broken on master][2]. [1]: https://docs.codeclimate.com/docs/configuring-test-coverage [2]: https://travis-ci.org/github/prontolabs/pronto/jobs/748290009#L1025
1 parent 31ce72c commit 68f7109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pronto.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ Gem::Specification.new do |s|
5454
s.add_development_dependency('rspec-its', '~> 1.2')
5555
s.add_development_dependency('rspec-expectations', '~> 3.4')
5656
s.add_development_dependency('rubocop', '~> 0.58')
57-
s.add_development_dependency('simplecov', '~> 0.14')
57+
s.add_development_dependency('simplecov', '~> 0.14', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4',
58+
'!= 0.18.5', '!= 0.19.0', '!= 0.19.1')
5859
end

0 commit comments

Comments
 (0)