File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- appraise "activerecord-6-1 " do
1+ appraise "activerecord_6_1 " do
22 gem "activerecord" , "6.1"
33end
44
5- appraise "activerecord-6-1_with_strong_migrations " do
5+ appraise "activerecord_6_1_with_strong_migrations " do
66 gem "activerecord" , "6.1"
77 gem "strong_migrations" , "0.2"
88end
99
10- appraise "activerecord-7 " do
10+ appraise "activerecord_7 " do
1111 gem "activerecord" , "7.0.0"
1212end
1313
14- appraise "activerecord-7_with_strong_migrations " do
14+ appraise "activerecord_7_with_strong_migrations " do
1515 gem "activerecord" , "7.0.0"
1616 gem "strong_migrations"
1717end
1818
19- appraise "activerecord-7-1 " do
19+ appraise "activerecord_7_1 " do
2020 gem "activerecord" , "7.1"
2121end
2222
23- appraise "activerecord-7-1_with_strong_migrations " do
23+ appraise "activerecord_7_1_with_strong_migrations " do
2424 gem "activerecord" , "7.1"
2525 gem "strong_migrations"
2626end
You can’t perform that action at this time.
0 commit comments