activerecord-multi-tenant icon indicating copy to clipboard operation
activerecord-multi-tenant copied to clipboard

Ensure Rails versions are actually tested

Open mlarraz opened this issue 1 year ago • 0 comments

AFAICT this project is currently not actually testing under different Rails versions. I'm unaware of any logic that switches off the $APPRAISAL variable and looking at the logs it appears we install the same version for every job.

Explicitly setting the BUNDLE_GEMFILE (and generating files using bundle exec appraisal install) restores the intended behavior.

mlarraz avatar Nov 06 '24 00:11 mlarraz