Skip to content
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

Fixup ActiveRecord main workflow #235

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Conversation

ojab
Copy link
Contributor

@ojab ojab commented Aug 24, 2024

Rails switched to sqlite3 >= 2.0 in [0], so workflow fails due to the current ~> 1.3 constraint. It's quite complicated to make current gemfiles setup to handle this, because sqlite3 is not an AR dependency, but loaded when needed, so we need to edit all the gemfiles with explicit sqlite3 constraint.
Introduce Appraisal to generate gemfiles, so it's easier to handle.

[0] rails/rails@2976d37

Rails switched to `sqlite3 >= 2.0` in [0], so workflow fails due to
the current `~> 1.3` constraint. It's quite complicated to make
current gemfiles setup to handle this, because `sqlite3` is not an AR
dependency, but loaded when needed, so we need to edit all the
gemfiles with explicit sqlite3 constraint.
Introduce Appraisal to generate gemfiles, so it's easier to handle.

[0] rails/rails@2976d37
@ojab ojab marked this pull request as ready for review August 24, 2024 13:23
@djezzzl djezzzl merged commit 8b8c7da into djezzzl:master Aug 24, 2024
8 checks passed
@djezzzl
Copy link
Owner

djezzzl commented Aug 24, 2024

Thank you!

@ojab ojab deleted the ojab_fixup_ar_main_ci branch August 24, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants