File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -277,10 +277,10 @@ GEM
277
277
fugit (>= 1.11.0 )
278
278
railties (>= 6.1.0 )
279
279
thor (>= 1.0.0 )
280
- govuk-components (5.11.1 )
280
+ govuk-components (5.11.2 )
281
281
html-attributes-utils (~> 1.0.0 , >= 1.0.0 )
282
282
pagy (>= 6 , < 10 )
283
- view_component (>= 3.18 , < 3.24 )
283
+ view_component (>= 4.0 , < 4.1 )
284
284
govuk_design_system_formbuilder (5.11.0 )
285
285
actionview (>= 6.1 )
286
286
activemodel (>= 6.1 )
706
706
validate_url (1.0.15 )
707
707
activemodel (>= 3.0.0 )
708
708
public_suffix
709
- view_component (3.23 .2 )
710
- activesupport (>= 5.2 .0 , < 8.1 )
709
+ view_component (4.0 .2 )
710
+ activesupport (>= 7.1 .0 , < 8.1 )
711
711
concurrent-ruby (~> 1 )
712
- method_source (~> 1.0 )
713
712
warden (1.2.9 )
714
713
rack (>= 2.0.9 )
715
714
web-console (4.2.1 )
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ class Application < Rails::Application
79
79
config . good_job . execution_mode = :external
80
80
81
81
config . view_component . default_preview_layout = "component_preview"
82
- config . view_component . preview_controller = "ComponentPreviewsController"
83
- config . view_component . preview_paths << Rails . root . join (
82
+ config . view_component . previews . controller = "ComponentPreviewsController"
83
+ config . view_component . previews . paths << Rails . root . join (
84
84
"spec/components/previews"
85
85
)
86
86
end
You can’t perform that action at this time.
0 commit comments