diff --git a/Gemfile.lock b/Gemfile.lock index 9476ddf..f078acf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) - docile (1.1.5) + docile (1.3.2) json (2.3.0) rake (13.0.1) rdoc (6.2.1) @@ -20,11 +20,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - simplecov (0.15.0) - docile (~> 1.1.0) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) + simplecov (0.18.5) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov-html (0.12.2) syntax (1.2.2) yard (0.9.24) diff --git a/spec/build_tests_spec.rb b/spec/build_tests_spec.rb index a8389e2..f7a8099 100644 --- a/spec/build_tests_spec.rb +++ b/spec/build_tests_spec.rb @@ -133,6 +133,7 @@ SimpleCov.start do !(src.filename[SimpleCov.root]) end formatter(MyFormatter) + SimpleCov.print_error_status = false end # force color off ENV["TERM"] = nil