diff Gemfile.lock @ 489:361ab9e7ffad

Replace webpacker with esbuild and use plain js instead of coffee
author nanaya <me@nanaya.net>
date Tue, 17 Jan 2023 02:34:06 +0900
parents 5246edd5b8ad
children e508d3226214
line wrap: on
line diff
--- a/Gemfile.lock	Tue Jan 17 01:53:36 2023 +0900
+++ b/Gemfile.lock	Tue Jan 17 02:34:06 2023 +0900
@@ -79,6 +79,8 @@
       activesupport (>= 5.0)
     i18n (1.12.0)
       concurrent-ruby (~> 1.0)
+    jsbundling-rails (1.1.1)
+      railties (>= 6.0.0)
     loofah (2.19.1)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
@@ -111,8 +113,6 @@
       nio4r (~> 2.0)
     racc (1.6.2)
     rack (2.2.5)
-    rack-proxy (0.7.4)
-      rack
     rack-test (2.0.2)
       rack (>= 1.3)
     rails (7.0.4)
@@ -152,7 +152,6 @@
       sprockets (> 3.0)
       sprockets-rails
       tilt
-    semantic_range (3.0.0)
     sprockets (4.2.0)
       concurrent-ruby (~> 1.0)
       rack (>= 2.2.4, < 4)
@@ -165,11 +164,6 @@
     timeout (0.3.1)
     tzinfo (2.0.5)
       concurrent-ruby (~> 1.0)
-    webpacker (5.4.3)
-      activesupport (>= 5.2)
-      rack-proxy (>= 0.6.1)
-      railties (>= 5.2)
-      semantic_range (>= 2.3.0)
     websocket-driver (0.7.5)
       websocket-extensions (>= 0.1.0)
     websocket-extensions (0.1.5)
@@ -180,12 +174,13 @@
 
 DEPENDENCIES
   autoprefixer-rails
+  jsbundling-rails
   newrelic_rpm
   pg
   puma
   rails (~> 7.0.1)
   sass-rails
-  webpacker
+  sprockets-rails
 
 BUNDLED WITH
    2.4.3