File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ rails_dependencies =
9
9
end
10
10
11
11
appraisals = {
12
- rails_6_0 :
13
- proc do
14
- instance_eval ( &rails_dependencies )
15
-
16
- gem 'rails' , '~> 6.0.0'
17
- gem 'sqlite3' , '~> 1.4.0' , platform : %i[ ruby mswin mingw ]
18
- end ,
19
12
rails_6_1 :
20
13
proc do
21
14
instance_eval ( &rails_dependencies )
@@ -73,7 +66,7 @@ appraisals = {
73
66
end
74
67
}
75
68
76
- rails_appraisals = %i[ no_rails rails_6_0 rails_6_1 rails_7_0 rails_7_1 ]
69
+ rails_appraisals = %i[ no_rails rails_6_1 rails_7_0 rails_7_1 ]
77
70
rspec_appraisals = %i[ rspec_lt_3_10 rspec_gte_3_10 rspec_gte_3_13 ]
78
71
79
72
rails_appraisals . each do |rails_appraisal |
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ for more on how to do that.
113
113
` super_diff ` is [ tested] [ gh-actions ] to work with
114
114
Ruby >= 3.x,
115
115
RSpec 3.x,
116
- and Rails >= 6.x .
116
+ and Rails >= 6.1 .
117
117
118
118
[ gh-actions ] : https://github.com/splitwise/super_diff/actions?query=workflow%3ASuperDiff
119
119
You can’t perform that action at this time.
0 commit comments