]> git.openstreetmap.org Git - rails.git/commitdiff
Stick to mini_racer 0.9.0 for now
authorTom Hughes <tom@compton.nu>
Tue, 23 Apr 2024 16:17:02 +0000 (17:17 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 23 Apr 2024 16:17:02 +0000 (17:17 +0100)
https://github.com/rubyjs/mini_racer/issues/300

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 13daf82676bb95bb735ba4daee79cf5f1a7f6cc1..6ef2ca2fca70be08668fea90b47a4e8e87c3c766 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,7 @@ gem "bootsnap", ">= 1.4.2", :require => false
 
 # Use rtlcss for RTL conversion
 gem "rtlcss"
+gem "mini_racer", "~> 0.9.0"
 
 # Use autoprefixer to generate CSS prefixes
 gem "autoprefixer-rails"
index ac0176bec7847deaf267c9ceb42387d1fe7c71ca..e0373c38a40a7bb3456eaa15d076a7ca43557624 100644 (file)
@@ -307,7 +307,7 @@ GEM
     kramdown (2.4.0)
       rexml
     language_server-protocol (3.17.0.3)
-    libv8-node (21.7.2.0)
+    libv8-node (18.19.0.0)
     libxml-ruby (5.0.3)
     listen (3.9.0)
       rb-fsevent (~> 0.10, >= 0.10.3)
@@ -329,8 +329,8 @@ GEM
     mini_magick (4.12.0)
     mini_mime (1.1.5)
     mini_portile2 (2.8.6)
-    mini_racer (0.12.0)
-      libv8-node (~> 21.7.2.0)
+    mini_racer (0.9.0)
+      libv8-node (~> 18.19.0.0)
     minitest (5.22.3)
     minitest-focus (1.4.0)
       minitest (>= 4, < 6)
@@ -651,6 +651,7 @@ DEPENDENCIES
   logstasher
   marcel
   maxminddb
+  mini_racer (~> 0.9.0)
   minitest (~> 5.1)
   minitest-focus
   oauth-plugin (>= 0.5.1)