Skip to content

Commit

Permalink
simplecovのバージョンを0.18未満にする
Browse files Browse the repository at this point in the history
CodeClimateが対応していないため。

codeclimate/test-reporter#418
  • Loading branch information
ochaochaocha3 committed Nov 15, 2020
1 parent f600df4 commit 91b1e4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@ end

group :test do
gem 'rake'
gem 'simplecov'
gem 'rubocop'
gem 'rubocop-rails'

# 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'
end

group :development do
Expand Down

0 comments on commit 91b1e4f

Please sign in to comment.