[ARVADOS] created: 2.1.0-1762-ge5c4570f6

Git user git at public.arvados.org
Wed Dec 22 20:47:33 UTC 2021


        at  e5c4570f602f6f70ade3338538a2cc6cee0368c5 (commit)


commit e5c4570f602f6f70ade3338538a2cc6cee0368c5
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Dec 22 15:47:08 2021 -0500

    17417: switch our Rails codebases from therubyracer to mini_racer.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 46c1e8e60..74d0add17 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -31,8 +31,8 @@ group :assets do
   gem 'sassc-rails'
   gem 'uglifier', '~> 2.0'
 
-  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
-  gem 'therubyracer', :platforms => :ruby
+  # See https://github.com/rails/execjs#readme for more supported runtimes
+  gem 'mini_racer', :platforms => :ruby
 end
 
 group :development, :test, :performance do
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index 13c443096..4c31e4fa4 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -158,7 +158,7 @@ GEM
       actionpack (>= 4)
       less (~> 2.6.0)
       sprockets (>= 2)
-    libv8 (3.16.14.19)
+    libv8-node (15.14.0.1)
     lograge (0.10.0)
       actionpack (>= 4)
       activesupport (>= 4)
@@ -179,6 +179,8 @@ GEM
     mime-types-data (3.2019.0331)
     mini_mime (1.1.0)
     mini_portile2 (2.6.1)
+    mini_racer (0.4.0)
+      libv8-node (~> 15.14.0.0)
     minitest (5.10.3)
     mocha (1.8.0)
       metaclass (~> 0.0.1)
@@ -254,7 +256,6 @@ GEM
     rb-fsevent (0.10.3)
     rb-inotify (0.10.0)
       ffi (~> 1.0)
-    ref (2.0.0)
     request_store (1.4.1)
       rack (>= 1.4)
     responders (2.4.1)
@@ -304,9 +305,6 @@ GEM
       activesupport (>= 4.0)
       sprockets (>= 3.0.0)
     sshkey (2.0.0)
-    therubyracer (0.12.3)
-      libv8 (~> 3.16.14.15)
-      ref
     thor (1.1.0)
     thread_safe (0.3.6)
     tilt (2.0.9)
@@ -347,6 +345,7 @@ DEPENDENCIES
   lograge
   logstash-event
   mime-types
+  mini_racer
   minitest (~> 5.10.3)
   mocha
   morrisjs-rails
@@ -375,7 +374,6 @@ DEPENDENCIES
   sprockets (~> 3.0)
   sshkey
   themes_for_rails!
-  therubyracer
   uglifier (~> 2.0)
 
 BUNDLED WITH
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 39ce5def1..677d4d0cd 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -30,7 +30,7 @@ gem 'pg', '~> 1.0'
 gem 'multi_json'
 gem 'oj'
 
-gem 'therubyracer'
+gem 'mini_racer'
 gem 'uglifier', '~> 2.0'
 
 gem 'jquery-rails'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index bdf791153..40f30782e 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -122,7 +122,7 @@ GEM
     jwt (1.5.6)
     launchy (2.5.0)
       addressable (~> 2.7)
-    libv8 (3.16.14.19)
+    libv8-node (15.14.0.1)
     listen (3.2.1)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
@@ -143,6 +143,8 @@ GEM
     method_source (1.0.0)
     mini_mime (1.1.0)
     mini_portile2 (2.6.1)
+    mini_racer (0.4.0)
+      libv8-node (~> 15.14.0.0)
     minitest (5.10.3)
     mocha (1.8.0)
       metaclass (~> 0.0.1)
@@ -207,7 +209,6 @@ GEM
     rb-fsevent (0.10.3)
     rb-inotify (0.9.10)
       ffi (>= 0.5.0, < 2)
-    ref (2.0.0)
     request_store (1.4.1)
       rack (>= 1.4)
     responders (2.4.1)
@@ -250,9 +251,6 @@ GEM
     sshkey (2.0.0)
     test-unit (3.3.1)
       power_assert
-    therubyracer (0.12.3)
-      libv8 (~> 3.16.14.15)
-      ref
     thor (1.1.0)
     thread_safe (0.3.6)
     tilt (2.0.8)
@@ -279,6 +277,7 @@ DEPENDENCIES
   listen
   lograge
   logstash-event
+  mini_racer
   minitest (= 5.10.3)
   mocha
   multi_json
@@ -301,7 +300,6 @@ DEPENDENCIES
   sshkey
   test-unit (~> 3.0)
   themes_for_rails!
-  therubyracer
   uglifier (~> 2.0)
 
 BUNDLED WITH

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list