Skip to content

Commit

Permalink
Fixate simplecov dependency
Browse files Browse the repository at this point in the history
Simplecov doesn't support Ruby 2.4 in newer versions
and the latest possible version generates report
which are not processable by the code climate reporter.

So it seems we're stuck with simplecov 0.17.1 until
Ruby 2.4 is benched:

codeclimate/test-reporter#413 (comment)
  • Loading branch information
Tobias Bühlmann committed Jan 14, 2021
1 parent 36e9e32 commit dc51c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'capybara'
s.add_development_dependency 'active_model_serializers', '>= 0.10'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'simplecov', '0.17.1'
end

0 comments on commit dc51c26

Please sign in to comment.