From 6ded4911b8541d23e2748b024d7f87b4a67d958a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 30 Oct 2023 14:56:50 -0400 Subject: Changed JS compressor to terser --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index d9f4ff2..da73401 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,6 +370,8 @@ GEM temple (0.10.3) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) + terser (1.1.19) + execjs (>= 0.3.0, < 3) thor (1.3.0) tilt (2.3.0) timeout (0.4.0) @@ -378,8 +380,6 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) - execjs (>= 0.3.0, < 3) victor (0.3.4) warden (1.2.9) rack (>= 2.0.9) @@ -443,9 +443,9 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.0) sprockets (= 3.7.2) sqlite3 + terser (~> 1.1.19) turbolinks (~> 5) tzinfo-data - uglifier (>= 1.3.0) web-console (>= 3.3.0) webrick (~> 1.7) whenever (~> 1.0.0) -- cgit 1.4.1