File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 308
308
thor (1.3.1 )
309
309
tilt (2.4.0 )
310
310
timeout (0.4.1 )
311
+ turbo-rails (1.5.0 )
312
+ actionpack (>= 6.0.0 )
313
+ activejob (>= 6.0.0 )
314
+ railties (>= 6.0.0 )
311
315
tzinfo (2.0.6 )
312
316
concurrent-ruby (~> 1.0 )
313
317
unicode-display_width (2.5.0 )
@@ -355,6 +359,7 @@ DEPENDENCIES
355
359
slim (~> 5.1 )
356
360
sprockets-rails (~> 3.4.2 )
357
361
standard (~> 1 )
362
+ turbo-rails (~> 1 )
358
363
view_component !
359
364
warning
360
365
yard (~> 0.9.34 )
Original file line number Diff line number Diff line change 7
7
require "action_mailer/railtie"
8
8
require "action_view/railtie"
9
9
require "sprockets/railtie"
10
+ begin
11
+ require "turbo-rails"
12
+ rescue LoadError
13
+ raise if Rails ::VERSION ::MAJOR >= 6
14
+ end
10
15
11
16
# Track when different Rails frameworks get loaded.
12
17
# Ideally, none of them should be loaded until after initialization is complete.
You can’t perform that action at this time.
0 commit comments