github / view_component Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Appraisal #1225
Setup Appraisal #1225
Conversation
Looks good to me. Am I right in saying this would help to resolve the issue I'm facing in #1227 where we should only use turbo-rails
for Rails versions greater than 5? I suppose I'd add them to Appraisals
, right?
You might also want to add Appraisals
and the gemfiles
folder to your section under CODEOWNERS
.
Co-authored-by: Simon Fish <si@mon.fish>
Yes, exactly!
Will do. |
Summary
This sets up Appraisal in order to facilitate testing multiple Rails versions.
Other Information
This has been decided here: #1098 (comment) and will allow conditional dependencies (required for Tailwind support, see #1098)