comparison 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
comparison
equal deleted inserted replaced
488:994ae0349ade 489:361ab9e7ffad
77 ffi (1.15.5) 77 ffi (1.15.5)
78 globalid (1.0.0) 78 globalid (1.0.0)
79 activesupport (>= 5.0) 79 activesupport (>= 5.0)
80 i18n (1.12.0) 80 i18n (1.12.0)
81 concurrent-ruby (~> 1.0) 81 concurrent-ruby (~> 1.0)
82 jsbundling-rails (1.1.1)
83 railties (>= 6.0.0)
82 loofah (2.19.1) 84 loofah (2.19.1)
83 crass (~> 1.0.2) 85 crass (~> 1.0.2)
84 nokogiri (>= 1.5.9) 86 nokogiri (>= 1.5.9)
85 mail (2.8.0.1) 87 mail (2.8.0.1)
86 mini_mime (>= 0.1.1) 88 mini_mime (>= 0.1.1)
109 pg (1.4.5) 111 pg (1.4.5)
110 puma (6.0.2) 112 puma (6.0.2)
111 nio4r (~> 2.0) 113 nio4r (~> 2.0)
112 racc (1.6.2) 114 racc (1.6.2)
113 rack (2.2.5) 115 rack (2.2.5)
114 rack-proxy (0.7.4)
115 rack
116 rack-test (2.0.2) 116 rack-test (2.0.2)
117 rack (>= 1.3) 117 rack (>= 1.3)
118 rails (7.0.4) 118 rails (7.0.4)
119 actioncable (= 7.0.4) 119 actioncable (= 7.0.4)
120 actionmailbox (= 7.0.4) 120 actionmailbox (= 7.0.4)
150 railties (>= 4.0.0) 150 railties (>= 4.0.0)
151 sassc (>= 2.0) 151 sassc (>= 2.0)
152 sprockets (> 3.0) 152 sprockets (> 3.0)
153 sprockets-rails 153 sprockets-rails
154 tilt 154 tilt
155 semantic_range (3.0.0)
156 sprockets (4.2.0) 155 sprockets (4.2.0)
157 concurrent-ruby (~> 1.0) 156 concurrent-ruby (~> 1.0)
158 rack (>= 2.2.4, < 4) 157 rack (>= 2.2.4, < 4)
159 sprockets-rails (3.4.2) 158 sprockets-rails (3.4.2)
160 actionpack (>= 5.2) 159 actionpack (>= 5.2)
163 thor (1.2.1) 162 thor (1.2.1)
164 tilt (2.0.11) 163 tilt (2.0.11)
165 timeout (0.3.1) 164 timeout (0.3.1)
166 tzinfo (2.0.5) 165 tzinfo (2.0.5)
167 concurrent-ruby (~> 1.0) 166 concurrent-ruby (~> 1.0)
168 webpacker (5.4.3)
169 activesupport (>= 5.2)
170 rack-proxy (>= 0.6.1)
171 railties (>= 5.2)
172 semantic_range (>= 2.3.0)
173 websocket-driver (0.7.5) 167 websocket-driver (0.7.5)
174 websocket-extensions (>= 0.1.0) 168 websocket-extensions (>= 0.1.0)
175 websocket-extensions (0.1.5) 169 websocket-extensions (0.1.5)
176 zeitwerk (2.6.6) 170 zeitwerk (2.6.6)
177 171
178 PLATFORMS 172 PLATFORMS
179 ruby 173 ruby
180 174
181 DEPENDENCIES 175 DEPENDENCIES
182 autoprefixer-rails 176 autoprefixer-rails
177 jsbundling-rails
183 newrelic_rpm 178 newrelic_rpm
184 pg 179 pg
185 puma 180 puma
186 rails (~> 7.0.1) 181 rails (~> 7.0.1)
187 sass-rails 182 sass-rails
188 webpacker 183 sprockets-rails
189 184
190 BUNDLED WITH 185 BUNDLED WITH
191 2.4.3 186 2.4.3