@@ -37,7 +37,7 @@ appraise "rails-6-1" do
3737 # Load order is very important with combustion!
3838 gem "combustion" , "~> 1.5"
3939
40- gem "rails" , "~> 6.1.7.7 "
40+ gem "rails" , "~> 6.1.7.10 "
4141end
4242
4343# Compat: Ruby >= 2.7
@@ -49,7 +49,7 @@ appraise "rails-7-0" do
4949 # Load order is very important with combustion!
5050 gem "combustion" , "~> 1.5"
5151
52- gem "rails" , "~> 7.0.8.1 "
52+ gem "rails" , "~> 7.0.8.7 "
5353end
5454
5555# Compat: Ruby >= 2.7
@@ -62,5 +62,30 @@ appraise "rails-7-1" do
6262 # Load order is very important with combustion!
6363 gem "combustion" , "~> 1.5"
6464
65- gem "rails" , "~> 7.1.3.2"
65+ gem "rails" , "~> 7.1.5.1"
66+ end
67+
68+ # Compat: Ruby >= 3.1
69+ # Test Matrix:
70+ # - Ruby 3.1
71+ # - Ruby 3.2
72+ # - Ruby 3.3
73+ # - Ruby 3.4
74+ appraise "rails-7-2" do
75+ # Load order is very important with combustion!
76+ gem "combustion" , "~> 1.5"
77+
78+ gem "rails" , "~> 7.2.2.1"
79+ end
80+
81+ # Compat: Ruby >= 3.2
82+ # Test Matrix:
83+ # - Ruby 3.2
84+ # - Ruby 3.3
85+ # - Ruby 3.4
86+ appraise "rails-8-0" do
87+ # Load order is very important with combustion!
88+ gem "combustion" , "~> 1.5"
89+
90+ gem "rails" , "~> 8.0.2"
6691end
0 commit comments