Skip to content

Commit

Permalink
Pin simplecov to 0.17.1
Browse files Browse the repository at this point in the history
Because codeclimate doesn't support simplecov 0.18
codeclimate/test-reporter#413
  • Loading branch information
jcoyne committed Feb 3, 2020
1 parent ac9676d commit e76171d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ group :development, :test do
gem 'rspec-rails'
gem 'rubocop'
gem 'rubocop-rspec'
gem 'simplecov', require: false
# Codeclimate is not compatible with 0.18+. See https://github.com/codeclimate/test-reporter/issues/413
gem 'simplecov', '~> 0.17.1', require: false
gem 'webmock'
end

Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,11 @@ GEM
sidekiq-statistic (1.4.0)
sidekiq (>= 5.0)
tilt (~> 2.0)
simplecov (0.18.1)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11.0)
simplecov-html (0.11.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.1.0)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -395,7 +396,7 @@ DEPENDENCIES
rubocop-rspec
sidekiq (~> 5.2)
sidekiq-statistic
simplecov
simplecov (~> 0.17.1)
spring
spring-watcher-listen (~> 2.0.0)
webmock
Expand Down

0 comments on commit e76171d

Please sign in to comment.