Skip to content

Commit

Permalink
Add comment explaining the very specific simplecov version contraints
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander committed Jan 31, 2021
1 parent 68f7109 commit 77bbc59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ 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')
s.add_development_dependency('simplecov', '~> 0.14', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4',
# Enforces a rubocop version that is supported by CodeClimate, they support 0.17.x or >= 0.20
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')
end

0 comments on commit 77bbc59

Please sign in to comment.