diff --git a/Gemfile b/Gemfile index b9f11832..63c1845a 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'has_scope' # To parse tsv for DigitalBookplate data gem 'tsv' # Rails javascript runtime environment -gem 'therubyracer' +#gem 'therubyracer' # To query an sqlserver instance (lobbytrack) gem 'tiny_tds', '~> 2.1.3' # Pin mimemagic to fix issue with rails 5.2 diff --git a/Gemfile.lock b/Gemfile.lock index c64e7d7b..72540516 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,6 @@ GEM marcel (~> 1.0.0) mini_mime (>= 0.1.3) ssrf_filter (~> 1.0) - childprocess (4.1.0) composite_primary_keys (11.3.1) activerecord (~> 5.2.4) concurrent-ruby (1.2.2) @@ -189,7 +188,6 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.6.3) - libv8 (3.16.14.19) loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -203,13 +201,13 @@ GEM rake mini_magick (4.11.0) mini_mime (1.1.2) - mini_portile2 (2.8.2) + mini_portile2 (2.8.5) minitest (5.18.0) net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) net-ssh (7.1.0) nio4r (2.5.8) - nokogiri (1.15.1) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) okcomputer (1.18.4) @@ -219,7 +217,7 @@ GEM psych (4.0.4) stringio public_suffix (5.0.1) - racc (1.6.2) + racc (1.7.3) rack (2.2.7) rack-test (2.1.0) rack (>= 1.3) @@ -258,9 +256,8 @@ GEM ffi (~> 1.0) rdoc (6.4.0) psych (>= 4.0.0) - ref (2.0.0) regexp_parser (2.8.0) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.11.0) rspec-support (~> 3.11.0) rspec-expectations (3.11.0) @@ -329,8 +326,7 @@ GEM sass (~> 3.5, >= 3.5.5) sdoc (2.4.0) rdoc (>= 5.0) - selenium-webdriver (4.5.0) - childprocess (>= 0.5, < 5.0) + selenium-webdriver (4.9.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -359,9 +355,6 @@ GEM systemu (2.6.5) term-ansicolor (1.7.1) tins (~> 1.0) - therubyracer (0.12.3) - libv8 (~> 3.16.14.15) - ref thor (1.2.2) thread_safe (0.3.6) tilt (2.0.10) @@ -379,11 +372,11 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - webdrivers (5.2.0) + webdrivers (5.3.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0) - websocket (1.2.9) + selenium-webdriver (~> 4.0, < 4.11) + websocket (1.2.10) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -435,7 +428,6 @@ DEPENDENCIES sqlite3 (~> 1.6.3) sul_styles systemu - therubyracer tiny_tds (~> 2.1.3) tsv uglifier @@ -446,4 +438,4 @@ RUBY VERSION ruby 2.7.1p83 BUNDLED WITH - 2.3.18 + 2.4.19 diff --git a/app/views/management_reports/index.html.erb b/app/views/management_reports/index.html.erb index 9192e530..c7f1cb70 100644 --- a/app/views/management_reports/index.html.erb +++ b/app/views/management_reports/index.html.erb @@ -1,6 +1,5 @@