Skip to content

Commit

Permalink
Merge pull request #867 from koic/workaround_for_cc_test_reporter_wit…
Browse files Browse the repository at this point in the history
…h_simplecov

Workaround for cc-test-reporter with SimpleCov 0.18
  • Loading branch information
bquorning committed Feb 3, 2020
2 parents f7fe011 + 5fcb4c9 commit 0e45744
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rack'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.4'
spec.add_development_dependency 'simplecov'
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
spec.add_development_dependency 'simplecov', '< 0.18'
spec.add_development_dependency 'yard'
end

0 comments on commit 0e45744

Please sign in to comment.