File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 27
27
fail-fast : false
28
28
matrix :
29
29
include :
30
- - ruby_version : " 3.1"
31
- rails_version : " 6.1"
32
- mode : " capture_patch_enabled"
33
- - ruby_version : " 3.1"
34
- rails_version : " 6.1"
35
- mode : " capture_patch_disabled"
36
30
- ruby_version : " 3.1"
37
31
rails_version : " 7.0"
38
32
mode : " capture_patch_enabled"
Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
view_component (3.14.0 )
5
- activesupport (>= 5.2 .0 , < 8.0 )
5
+ activesupport (>= 7.0 .0 , < 8.0 )
6
6
concurrent-ruby (~> 1.0 )
7
7
method_source (~> 1.0 )
8
8
Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ nav_order: 5
12
12
13
13
## 4.0.0
14
14
15
+ * BREAKING: Require [ non-EOL] ( https://endoflife.date/rails ) Rails (` >= 7.0.0 ` ).
16
+
17
+ * Joel Hawksley*
18
+
15
19
* BREAKING: Require [ non-EOL] ( https://www.ruby-lang.org/en/downloads/branches/ ) Ruby (` >= 3.1.0 ` ).
16
20
17
- * Joel Hawksley*
21
+ * Joel Hawksley*
18
22
19
23
* Add Kicksite to list of companies using ViewComponent.
20
24
21
- * Adil Lari*
25
+ * Adil Lari*
22
26
23
27
* Allow overridden slot methods to use ` super ` .
24
28
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
30
30
spec . required_ruby_version = ">= 3.1.0"
31
31
32
- spec . add_runtime_dependency "activesupport" , [ ">= 5.2 .0" , "< 8.0" ]
32
+ spec . add_runtime_dependency "activesupport" , [ ">= 7.0 .0" , "< 8.0" ]
33
33
spec . add_runtime_dependency "method_source" , "~> 1.0"
34
34
spec . add_runtime_dependency "concurrent-ruby" , "~> 1.0"
35
35
spec . add_development_dependency "appraisal" , "~> 2.4"
You can’t perform that action at this time.
0 commit comments