Skip to content

Commit c3a8006

Browse files
committed
therubyracer → mini_racer
1 parent fd06bc7 commit c3a8006

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'sassc'
1818
gem 'terser'
1919

2020
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
21-
gem 'therubyracer', platforms: :ruby
21+
gem 'mini_racer'
2222

2323
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2424
#gem 'jbuilder', '> 1.2'

Gemfile.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,13 @@ GEM
155155
js-routes (2.4.1)
156156
railties (>= 5)
157157
sorbet-runtime
158-
libv8 (3.16.14.19.1)
159-
libv8 (3.16.14.19.1-amd64-freebsd-10)
160-
libv8 (3.16.14.19.1-amd64-freebsd-11)
161-
libv8 (3.16.14.19.1-arm-linux)
162-
libv8 (3.16.14.19.1-armv7l-linux)
163-
libv8 (3.16.14.19.1-universal-darwin)
164-
libv8 (3.16.14.19.1-x86-linux)
165-
libv8 (3.16.14.19.1-x86_64-darwin)
166-
libv8 (3.16.14.19.1-x86_64-linux)
158+
libv8-node (24.12.0.1)
159+
libv8-node (24.12.0.1-aarch64-linux)
160+
libv8-node (24.12.0.1-aarch64-linux-musl)
161+
libv8-node (24.12.0.1-arm64-darwin)
162+
libv8-node (24.12.0.1-x86_64-darwin)
163+
libv8-node (24.12.0.1-x86_64-linux)
164+
libv8-node (24.12.0.1-x86_64-linux-musl)
167165
listen (3.10.0)
168166
logger
169167
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -185,6 +183,8 @@ GEM
185183
mime-types-data (3.2026.0414)
186184
mini_mime (1.1.5)
187185
mini_portile2 (2.8.9)
186+
mini_racer (0.21.1)
187+
libv8-node (~> 24.12.0.1)
188188
minitest (5.27.0)
189189
msgpack (1.8.3)
190190
net-http (0.9.1)
@@ -279,7 +279,6 @@ GEM
279279
erb
280280
psych (>= 4.0.0)
281281
tsort
282-
ref (2.0.0)
283282
reline (0.6.3)
284283
io-console (~> 0.5)
285284
request_store (1.7.0)
@@ -359,9 +358,6 @@ GEM
359358
temple (0.10.4)
360359
terser (1.2.7)
361360
execjs (>= 0.3.0, < 3)
362-
therubyracer (0.12.3)
363-
libv8 (~> 3.16.14.15)
364-
ref
365361
thor (1.5.0)
366362
thread_safe (0.3.6)
367363
tilt (2.7.0)
@@ -425,6 +421,7 @@ DEPENDENCIES
425421
listen
426422
loofah (>= 2.3.1)
427423
mime-types
424+
mini_racer
428425
net-http
429426
nokogiri (>= 1.10.4)
430427
psych
@@ -447,7 +444,6 @@ DEPENDENCIES
447444
sprockets-rails
448445
sqlite3 (>= 1.4)
449446
terser
450-
therubyracer
451447
virtus (= 1.0.5)
452448
web-console (>= 3.0)
453449
webpacker

0 commit comments

Comments
 (0)