Skip to content

Commit e27ba3f

Browse files
committed
Added trilogy gem for Rails 7.1
1 parent 1739989 commit e27ba3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appraisal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
mysql2:
6767
version: ''
6868
install_if: '-> { ENV["DB_ADAPTER"] == "mysql2" }'
69+
activerecord-trilogy-adapter:
70+
version: ''
71+
install_if: '-> { ENV["DB_ADAPTER"] == "trilogy" }'
6972
# activerecord-oracle_enhanced-adapter:
7073
# version: ~> 7.0.0
7174
# install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'

0 commit comments

Comments
 (0)