File tree 7 files changed +0
-123
lines changed
7 files changed +0
-123
lines changed Original file line number Diff line number Diff line change @@ -15,64 +15,21 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
ruby :
18
- - " 2.7"
19
18
- " 3.0"
20
19
- " 3.1"
21
20
- " 3.2"
22
21
- " 3.3"
23
22
24
23
gemfile :
25
- - " rails_6_1"
26
24
- " rails_7_0"
27
25
- " rails_7_1"
28
26
- " rails_head"
29
27
30
28
exclude :
31
- - ruby : 2.7
32
- gemfile : rails_head
33
29
- ruby : ' 3.0'
34
30
gemfile : rails_head
35
31
36
32
include :
37
- - ruby : 2.2
38
- gemfile : rails_5_0
39
- - ruby : 2.2
40
- gemfile : rails_5_1
41
- - ruby : 2.3
42
- gemfile : rails_5_0
43
- - ruby : 2.3
44
- gemfile : rails_5_1
45
- - ruby : 2.3
46
- gemfile : rails_5_2
47
- - ruby : 2.4
48
- gemfile : rails_5_0
49
- - ruby : 2.4
50
- gemfile : rails_5_1
51
- - ruby : 2.4
52
- gemfile : rails_5_2
53
- - ruby : 2.5
54
- gemfile : rails_5_0
55
- - ruby : 2.5
56
- gemfile : rails_5_1
57
- - ruby : 2.5
58
- gemfile : rails_5_2
59
- - ruby : 2.5
60
- gemfile : rails_6_0
61
- - ruby : 2.5
62
- gemfile : rails_6_1
63
- - ruby : 2.6
64
- gemfile : rails_5_0
65
- - ruby : 2.6
66
- gemfile : rails_5_1
67
- - ruby : 2.6
68
- gemfile : rails_5_2
69
- - ruby : 2.6
70
- gemfile : rails_6_0
71
- - ruby : 2.6
72
- gemfile : rails_6_1
73
- - ruby : 2.7
74
- gemfile : rails_6_0
75
-
76
33
- ruby : ' 3.1'
77
34
gemfile : rails_head
78
35
- ruby : ' 3.2'
Original file line number Diff line number Diff line change 1
- if RUBY_VERSION < "2.7.0"
2
- appraise "rails-5-0" do
3
- gem "rails" , "~> 5.0.0"
4
- gem "loofah" , "< 2.21.0"
5
- end
6
-
7
- appraise "rails-5-1" do
8
- gem "rails" , "~> 5.1.0"
9
- gem "loofah" , "< 2.21.0"
10
- end
11
-
12
- appraise "rails-5-2" do
13
- gem "rails" , "~> 5.2.0"
14
- gem "loofah" , "< 2.21.0"
15
- end
16
- end
17
-
18
- if RUBY_VERSION >= "2.5.0"
19
- appraise "rails-6-0" do
20
- gem "rails" , "~> 6.0.0"
21
- end
22
-
23
- appraise "rails-6-1" do
24
- gem "rails" , "~> 6.1.0"
25
- end
26
- end
27
-
28
1
if RUBY_VERSION >= "2.7.0"
29
2
appraise "rails-7-0" do
30
3
gem "rails" , "~> 7.0.0"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments