Skip to content

Commit

Permalink
Merge pull request rubocop#7679 from koic/workaround_for_cc_test_repo…
Browse files Browse the repository at this point in the history
…rter_with_simplecov

Workaround for cc-test-reporter with SimpleCov 0.18
  • Loading branch information
koic committed Jan 29, 2020
2 parents d3adce8 + 7f9fd4a commit 58ab70f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -10,7 +10,10 @@ gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.7'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rspec', '~> 1.33.0'
gem 'simplecov', '~> 0.10'
# 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
gem 'simplecov', '~> 0.10', '< 0.18'
gem 'test-queue'
gem 'yard', '~> 0.9'

Expand Down

0 comments on commit 58ab70f

Please sign in to comment.