Package: rails / 2:6.1.7.10+dfsg-1~deb12u1

replace-uglifier-terser.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
terser is better maintained fork of uglify-js

--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@
 
 # This needs to be with require false to avoid it being automatically loaded by
 # sprockets.
-gem "uglifier", ">= 1.3.0", require: false
+gem "terser", ">= 1.0", require: false
 
 # Explicitly avoid 1.x that doesn't support Ruby 2.4+
 gem "json", ">= 2.0.0"