Skip to content

Commit

Permalink
Rollback simplecov due to issues on codeclimate report tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed Feb 15, 2020
1 parent 726e407 commit ed844b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -57,7 +57,7 @@ group :test do
gem 'database_cleaner'
gem 'rspec-rails', '~> 4.0.0.beta2'
gem 'shoulda-matchers', require: false
gem 'simplecov', require: false
gem 'simplecov', '< 0.18', require: false
end

group :test, :development do
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -105,6 +105,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n-js (3.6.0)
i18n (>= 0.6.6)
json (2.3.0)
kramdown (2.1.0)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -207,10 +208,11 @@ GEM
simple_form (5.0.2)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.18.2)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -266,7 +268,7 @@ DEPENDENCIES
sass-rails
shoulda-matchers
simple_form
simplecov
simplecov (< 0.18)
uglifier
webpacker
wicked_pdf
Expand Down

0 comments on commit ed844b4

Please sign in to comment.