20846: Update simplecov for ruby 3 compatibility.
authorTom Clegg <tom@curii.com>
Mon, 23 Oct 2023 21:22:32 +0000 (17:22 -0400)
committerTom Clegg <tom@curii.com>
Fri, 27 Oct 2023 19:19:56 +0000 (15:19 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/api/Gemfile
services/api/Gemfile.lock

index dafb0d380174671774df5cf22e40485d7b6b872c..cee70d6c3438f7998e599c350a81b1ad2ea062b9 100644 (file)
@@ -20,7 +20,7 @@ group :test, :development do
   # 'require' the packages during application startup. Installation is
   # still mandatory.
   gem 'test-unit', '~> 3.0', require: false
-  gem 'simplecov', '~> 0.7.1', require: false
+  gem 'simplecov', require: false
   gem 'simplecov-rcov', require: false
   gem 'mocha', require: false
   gem 'byebug'
index d18fc8b07aa66ebae24c5c0688aac8201f807e2d..c21ac630f7df48cba7207c9a22cebec9ac4b8df1 100644 (file)
@@ -109,6 +109,7 @@ GEM
     concurrent-ruby (1.2.2)
     crass (1.0.6)
     date (3.3.3)
+    docile (1.4.0)
     erubi (1.12.0)
     extlib (0.9.16)
     factory_bot (6.2.1)
@@ -251,12 +252,14 @@ GEM
       faraday (>= 0.17.5, < 3.0)
       jwt (>= 1.5, < 3.0)
       multi_json (~> 1.10)
-    simplecov (0.7.1)
-      multi_json (~> 1.0)
-      simplecov-html (~> 0.7.1)
-    simplecov-html (0.7.1)
+    simplecov (0.22.0)
+      docile (~> 1.1)
+      simplecov-html (~> 0.11)
+      simplecov_json_formatter (~> 0.1)
+    simplecov-html (0.12.3)
     simplecov-rcov (0.3.1)
       simplecov (>= 0.4.1)
+    simplecov_json_formatter (0.1.4)
     sprockets (4.2.1)
       concurrent-ruby (~> 1.0)
       rack (>= 2.2.4, < 4)
@@ -305,7 +308,7 @@ DEPENDENCIES
   rails-perftest
   responders
   ruby-prof (~> 0.15.0)
-  simplecov (~> 0.7.1)
+  simplecov
   simplecov-rcov
   sprockets-rails
   test-unit (~> 3.0)