File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
22
- " 2.6"
23
23
- " 2.7"
24
24
- " 3.0"
25
+ - " 3.1"
25
26
26
27
gemfile :
27
28
- " rails_5_0"
@@ -38,12 +39,16 @@ jobs:
38
39
gemfile : rails_5_0
39
40
- ruby : ' 3.0'
40
41
gemfile : rails_5_0
42
+ - ruby : ' 3.1'
43
+ gemfile : rails_5_0
41
44
- ruby : head
42
45
gemfile : rails_5_0
43
46
- ruby : 2.7
44
47
gemfile : rails_5_1
45
48
- ruby : ' 3.0'
46
49
gemfile : rails_5_1
50
+ - ruby : ' 3.1'
51
+ gemfile : rails_5_1
47
52
- ruby : head
48
53
gemfile : rails_5_1
49
54
- ruby : 2.2
52
57
gemfile : rails_5_2
53
58
- ruby : ' 3.0'
54
59
gemfile : rails_5_2
60
+ - ruby : ' 3.1'
61
+ gemfile : rails_5_2
55
62
- ruby : head
56
63
gemfile : rails_5_2
57
64
- ruby : 2.2
62
69
gemfile : rails_6_0
63
70
- ruby : ' 3.0'
64
71
gemfile : rails_6_0
72
+ - ruby : ' 3.1'
73
+ gemfile : rails_6_0
65
74
- ruby : head
66
75
gemfile : rails_6_0
67
76
- ruby : 2.2
@@ -96,13 +105,20 @@ jobs:
96
105
- ruby : ' 3.0'
97
106
gemfile : rails_head
98
107
experimental : false
108
+ - ruby : ' 3.1'
109
+ gemfile : rails_head
110
+ experimental : false
111
+
99
112
include :
100
113
- ruby : 2.7
101
114
gemfile : rails_head
102
115
experimental : true
103
116
- ruby : ' 3.0'
104
117
gemfile : rails_head
105
118
experimental : true
119
+ - ruby : ' 3.1'
120
+ gemfile : rails_head
121
+ experimental : true
106
122
- ruby : head
107
123
gemfile : rails_head
108
124
experimental : true
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ if RUBY_VERSION >= "2.5.0"
18
18
appraise "rails-6-1" do
19
19
gem "rails" , "~> 6.1.0"
20
20
end
21
+ end
22
+
23
+ if RUBY_VERSION >= "2.7.0"
24
+ appraise "rails-7-0" do
25
+ gem "rails" , "~> 7.0.0"
26
+ end
21
27
22
28
appraise "rails-head" do
23
29
gem "rails" , github : "rails/rails" , branch : "main"
You can’t perform that action at this time.
0 commit comments