File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ rails_dependencies =
99 end
1010
1111appraisals = {
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 ,
1912 rails_6_1 :
2013 proc do
2114 instance_eval ( &rails_dependencies )
@@ -73,7 +66,7 @@ appraisals = {
7366 end
7467}
7568
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 ]
7770rspec_appraisals = %i[ rspec_lt_3_10 rspec_gte_3_10 rspec_gte_3_13 ]
7871
7972rails_appraisals . each do |rails_appraisal |
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Features
6+
7+ - Add official Rails 7.1 support. [ #278 ] ( https://github.com/splitwise/super_diff/pull/278 )
8+
59### Other changes
610
711- Fix ` logger ` dependency issues in CI. [ #277 ] ( https://github.com/splitwise/super_diff/pull/277 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ for more on how to do that.
113113` super_diff ` is [ tested] [ gh-actions ] to work with
114114Ruby >= 3.x,
115115RSpec 3.x,
116- and Rails >= 6.x .
116+ and Rails >= 6.1 .
117117
118118[ gh-actions ] : https://github.com/splitwise/super_diff/actions?query=workflow%3ASuperDiff
119119
You can’t perform that action at this time.
0 commit comments