File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ gem "webauthn", "~> 3.4"
7
7
8
8
gem 'bootsnap' , '~> 1.18' , require : false
9
9
gem 'importmap-rails' , '~> 2.2'
10
+ gem 'propshaft' , '~> 1.2'
10
11
gem 'puma' , '~> 6.6'
11
12
gem "rollbar" , "~> 3.6"
12
- gem 'sprockets-rails' , '~> 3.5'
13
13
gem 'sqlite3' , '>= 1.4'
14
14
gem 'stimulus-rails' , '~> 1.3'
15
15
Original file line number Diff line number Diff line change 188
188
prettyprint
189
189
prettyprint (0.2.0 )
190
190
prism (1.4.0 )
191
+ propshaft (1.2.1 )
192
+ actionpack (>= 7.0.0 )
193
+ activesupport (>= 7.0.0 )
194
+ rack
191
195
psych (5.2.6 )
192
196
date
193
197
stringio
275
279
rexml (~> 3.2 , >= 3.2.5 )
276
280
rubyzip (>= 1.2.2 , < 3.0 )
277
281
websocket (~> 1.0 )
278
- sprockets (4.2.2 )
279
- concurrent-ruby (~> 1.0 )
280
- logger
281
- rack (>= 2.2.4 , < 4 )
282
- sprockets-rails (3.5.2 )
283
- actionpack (>= 6.1 )
284
- activesupport (>= 6.1 )
285
- sprockets (>= 3.0.0 )
286
282
sqlite3 (2.7.3 )
287
283
mini_portile2 (~> 2.8.0 )
288
284
sshkit (1.24.0 )
@@ -342,14 +338,14 @@ DEPENDENCIES
342
338
importmap-rails (~> 2.2 )
343
339
kamal (~> 2.7 )
344
340
minitest-stub_any_instance (~> 1.0 )
341
+ propshaft (~> 1.2 )
345
342
puma (~> 6.6 )
346
343
rack-mini-profiler (~> 4.0 )
347
344
rails (~> 8.0.1 )
348
345
rollbar (~> 3.6 )
349
346
rubocop (~> 1.79 )
350
347
rubocop-rails (~> 2.33 )
351
348
selenium-webdriver (~> 4.34 )
352
- sprockets-rails (~> 3.5 )
353
349
sqlite3 (>= 1.4 )
354
350
stimulus-rails (~> 1.3 )
355
351
web-console (~> 4.2 , >= 4.2.1 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
< meta property ="og:image:width " content ="600 ">
25
25
26
26
<%= stylesheet_link_tag 'https://unpkg.com/material-components-web@4.0.0/dist/material-components-web.min.css' %>
27
- <%= stylesheet_link_tag 'application' , media : 'all' , ' data-turbo-track' : ' reload' %>
27
+ <%= stylesheet_link_tag :app , " data-turbo-track" : " reload" %>
28
28
<%= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Roboto:300,400,500" %>
29
29
<%= stylesheet_link_tag "https://fonts.googleapis.com/icon?family=Material+Icons" %>
30
30
Original file line number Diff line number Diff line change 12
12
# require "action_text/engine"
13
13
require "action_view/railtie"
14
14
# require "action_cable/engine"
15
- require "sprockets/railtie"
16
15
require "rails/test_unit/railtie"
17
16
18
17
# Require the gems listed in Gemfile, including any gems
You can’t perform that action at this time.
0 commit comments