From 19a236eb85d3b80abde62e28d0eee4ccd8dcfd84 Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Fri, 22 May 2020 19:45:24 -0300 Subject: [PATCH] Fix SimpleCov (#4576) * Fix Simplecov * Add comment re: version lock Co-authored-by: Mike Perham --- Gemfile | 3 ++- Gemfile.lock | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b6691225..870fd96d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,8 @@ gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby group :test do gem "minitest" - gem "simplecov" + # https://github.com/codeclimate/test-reporter/issues/413 + gem "simplecov", "~> 0.17.1" end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 5409d08c..ba090b62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,6 +88,8 @@ GEM jaro_winkler (1.5.4) jaro_winkler (1.5.4-java) jdbc-sqlite3 (3.28.0) + json (2.3.0) + json (2.3.0-java) loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -162,10 +164,11 @@ GEM rubocop-performance (1.5.2) rubocop (>= 0.71.0) ruby-progressbar (1.10.1) - 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) @@ -204,7 +207,7 @@ DEPENDENCIES rake redis-namespace sidekiq! - simplecov + simplecov (~> 0.17.1) sqlite3 standard toxiproxy