File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- view_component (3.7 .0 )
4+ view_component (3.8 .0 )
55 activesupport (>= 5.2.0 , < 8.0 )
66 concurrent-ruby (~> 1.0 )
77 method_source (~> 1.0 )
@@ -331,9 +331,6 @@ DEPENDENCIES
331331 jbuilder (~> 2 )
332332 m (~> 1 )
333333 minitest (~> 5.18 )
334- net-imap
335- net-pop
336- net-smtp
337334 pry (~> 0.13 )
338335 puma (~> 6 )
339336 rails (~> 7.0.0 )
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ nav_order: 5
1010
1111## main
1212
13+ ## 3.8.0
14+
1315* Use correct value for the ` config.action_dispatch.show_exceptions ` config option for edge Rails.
1416
1517 * Cameron Dutro*
Original file line number Diff line number Diff line change 1- version : 3.7 .0
1+ version : 3.8 .0
Original file line number Diff line number Diff line change 33module ViewComponent
44 module VERSION
55 MAJOR = 3
6- MINOR = 7
6+ MINOR = 8
77 PATCH = 0
88 PRE = nil
99
You can’t perform that action at this time.
0 commit comments