[ARVADOS] created: 2.1.0-1763-g7085a21aa
Git user
git at public.arvados.org
Thu Dec 23 14:29:57 UTC 2021
at 7085a21aa0c3c7d874c836bd6f8e65bc2c243ed3 (commit)
commit 7085a21aa0c3c7d874c836bd6f8e65bc2c243ed3
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Dec 23 11:29:30 2021 -0300
17417: Testing if execjs is really needed.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index bc08b2ded..8005cb321 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -32,7 +32,6 @@ group :assets do
gem 'uglifier', '~> 2.0'
# 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 f9575ac50..12e14518e 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -151,7 +151,6 @@ GEM
jwt (1.5.6)
launchy (2.4.3)
addressable (~> 2.3)
- libv8-node (15.14.0.1)
lograge (0.10.0)
actionpack (>= 4)
activesupport (>= 4)
@@ -172,8 +171,6 @@ 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)
@@ -336,7 +333,6 @@ DEPENDENCIES
lograge
logstash-event
mime-types
- mini_racer
minitest (~> 5.10.3)
mocha
morrisjs-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 677d4d0cd..da9627e6e 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -30,7 +30,6 @@ gem 'pg', '~> 1.0'
gem 'multi_json'
gem 'oj'
-gem 'mini_racer'
gem 'uglifier', '~> 2.0'
gem 'jquery-rails'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 40f30782e..2752bc124 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -122,7 +122,6 @@ GEM
jwt (1.5.6)
launchy (2.5.0)
addressable (~> 2.7)
- 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,8 +142,6 @@ 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)
@@ -277,7 +274,6 @@ DEPENDENCIES
listen
lograge
logstash-event
- mini_racer
minitest (= 5.10.3)
mocha
multi_json
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list