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 9e575b4 commit b98b757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -29,7 +29,8 @@ group :development, :test do
gem 'rspec-rails', '4.0.0.beta4'
gem 'rspec_junit_formatter'
gem 'rubocop'
gem 'simplecov'
# Codeclimate is not compatible with 0.18+. See https://github.com/codeclimate/test-reporter/issues/413
gem 'simplecov', '~> 0.17.1'
end

group :development do
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Expand Up @@ -302,10 +302,11 @@ GEM
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
ruby_dep (1.5.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)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
Expand Down Expand Up @@ -368,7 +369,7 @@ DEPENDENCIES
rspec-rails (= 4.0.0.beta4)
rspec_junit_formatter
rubocop
simplecov
simplecov (~> 0.17.1)
spring
spring-watcher-listen (~> 2.0.0)
stomp (~> 1.4)
Expand Down

0 comments on commit b98b757

Please sign in to comment.