Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove rubyracer gem so sdoc cn update #1139

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ gem 'has_scope'
# To parse tsv for DigitalBookplate data
gem 'tsv'
# Rails javascript runtime environment
gem 'therubyracer'
# gem 'therubyracer'
gem 'mini_racer'
# To query an sqlserver instance (lobbytrack)
gem 'tiny_tds', '~> 2.1.3'
# Pin mimemagic to fix issue with rails 5.2
Expand Down
82 changes: 46 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.0)
Expand All @@ -116,6 +115,7 @@ GEM
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crass (1.0.6)
date (3.3.3)
deep_merge (1.2.2)
diff-lcs (1.5.0)
dlss-capistrano (4.3.1)
Expand All @@ -124,24 +124,24 @@ GEM
capistrano-one_time_key
capistrano-shared_configs
docile (1.4.0)
dry-configurable (1.0.0)
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.4.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.12.0)
dry-schema (1.13.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, < 2)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-logic (>= 1.5, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.0)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
ffi (1.15.5)
fiscali (2.4.4)
activesupport
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
has_scope (0.8.1)
actionpack (>= 5.2)
Expand All @@ -189,24 +189,38 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.6.3)
libv8 (3.16.14.19)
libv8-node (16.10.0.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.17.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.3.3)
net-protocol
net-ssh (7.0.1)
nio4r (2.5.8)
nokogiri (1.14.1)
Expand All @@ -216,9 +230,9 @@ GEM
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
psych (4.0.4)
psych (5.0.2)
stringio
public_suffix (5.0.0)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.6.2)
rack-test (2.0.2)
Expand Down Expand Up @@ -256,19 +270,18 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.4.0)
rdoc (6.5.0)
psych (>= 4.0.0)
ref (2.0.0)
regexp_parser (2.6.2)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -277,7 +290,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rspec-support (3.12.0)
rubocop (1.44.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -324,10 +337,9 @@ GEM
tilt
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
sdoc (2.4.0)
sdoc (2.6.0)
rdoc (>= 5.0)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.8.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -336,33 +348,31 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
sshkit (1.21.2)
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.1)
stringio (3.0.2)
stringio (3.0.5)
sul_styles (0.7.0)
rails (>= 4.1, < 8)
sync (0.5.0)
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.1)
thread_safe (0.3.6)
tilt (2.0.10)
tins (1.31.1)
tilt (2.0.11)
timeout (0.3.1)
tins (1.32.1)
sync
tiny_tds (2.1.5)
tsv (1.0.0)
Expand Down Expand Up @@ -415,6 +425,7 @@ DEPENDENCIES
jbuilder
jquery-rails
mimemagic (= 0.4.3)
mini_racer
nokogiri (>= 1.10.5)
okcomputer
rails (~> 5.2.8.1)
Expand All @@ -432,7 +443,6 @@ DEPENDENCIES
sqlite3 (~> 1.6.0)
sul_styles
systemu
therubyracer
tiny_tds (~> 2.1.3)
tsv
uglifier
Expand Down