20846: Update ruby-prof, test-unit gems.
authorTom Clegg <tom@curii.com>
Mon, 23 Oct 2023 21:30:47 +0000 (17:30 -0400)
committerTom Clegg <tom@curii.com>
Fri, 27 Oct 2023 19:20:10 +0000 (15:20 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

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

index cee70d6c3438f7998e599c350a81b1ad2ea062b9..1a722d137483d6781030d7eff4f14c0fb6469311 100644 (file)
@@ -11,15 +11,11 @@ gem 'sprockets-rails'
 
 group :test, :development do
   gem 'factory_bot_rails'
-
-  # As of now (2019-03-27) There's an open issue about incompatibilities with
-  # newer versions of this gem: https://github.com/rails/rails-perftest/issues/38
-  gem 'ruby-prof', '~> 0.15.0'
-
+  gem 'ruby-prof'
   # Note: "require: false" here tells bunder not to automatically
   # 'require' the packages during application startup. Installation is
   # still mandatory.
-  gem 'test-unit', '~> 3.0', require: false
+  gem 'test-unit', require: false
   gem 'simplecov', require: false
   gem 'simplecov-rcov', require: false
   gem 'mocha', require: false
index c21ac630f7df48cba7207c9a22cebec9ac4b8df1..bacc0952af3766847d7ee9ca6d4fdc156f867454 100644 (file)
@@ -245,7 +245,7 @@ GEM
       actionpack (>= 5.2)
       railties (>= 5.2)
     retriable (1.4.1)
-    ruby-prof (0.15.9)
+    ruby-prof (1.6.3)
     ruby2_keywords (0.0.5)
     signet (0.16.1)
       addressable (~> 2.8)
@@ -307,11 +307,11 @@ DEPENDENCIES
   rails-observers
   rails-perftest
   responders
-  ruby-prof (~> 0.15.0)
+  ruby-prof
   simplecov
   simplecov-rcov
   sprockets-rails
-  test-unit (~> 3.0)
+  test-unit
   themes_for_rails!
 
 BUNDLED WITH