Skip to content

Commit 913af97

Browse files
committed
Use underscores with Appraisal
1 parent fb5251c commit 913af97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Appraisals

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
appraise "activerecord-6-1" do
1+
appraise "activerecord_6_1" do
22
gem "activerecord", "6.1"
33
end
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"
88
end
99

10-
appraise "activerecord-7" do
10+
appraise "activerecord_7" do
1111
gem "activerecord", "7.0.0"
1212
end
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"
1717
end
1818

19-
appraise "activerecord-7-1" do
19+
appraise "activerecord_7_1" do
2020
gem "activerecord", "7.1"
2121
end
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"
2626
end

0 commit comments

Comments
 (0)