Skip to content

Commit

Permalink
Replace therubyracer with mini_racer (updates v8)
Browse files Browse the repository at this point in the history
  • Loading branch information
2called-chaos committed Mar 23, 2021
1 parent a4e12ce commit f3aea0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ group :heroku, :production do
end

group :no_docker, :test, :development do
gem 'therubyracer', platform: :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
gem 'mini_racer', platform: :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
end

gem 'puma'
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
libv8 (3.16.14.19)
libv8 (8.4.255.0)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -191,6 +191,8 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.5.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.0)
mongo (2.11.3)
bson (>= 4.4.2, < 5.0.0)
Expand Down Expand Up @@ -305,7 +307,6 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ref (2.0.0)
regexp_parser (1.3.0)
request_store (1.1.0)
responders (2.4.1)
Expand Down Expand Up @@ -387,9 +388,6 @@ GEM
temple (0.8.2)
term-ansicolor (1.6.0)
tins (~> 1.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.19.4)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
Expand Down Expand Up @@ -455,6 +453,7 @@ DEPENDENCIES
kaminari-mongoid
launchy
meta_request
mini_racer
mongoid (~> 5.4)
mongoid-rspec
omniauth
Expand All @@ -481,7 +480,6 @@ DEPENDENCIES
rushover
sass-rails
sucker_punch
therubyracer
timecop
uglifier
underscore-rails
Expand Down

0 comments on commit f3aea0e

Please sign in to comment.