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

Incompatible with Rails 8 #130

Open
miharekar opened this issue Sep 28, 2024 · 2 comments
Open

Incompatible with Rails 8 #130

miharekar opened this issue Sep 28, 2024 · 2 comments

Comments

@miharekar
Copy link

ActiveRecord sqlite adapter has a ">= 2.1" requirement, while litestack (even on main) has [">= 1.6.0", "< 2.0.0"].

Don't know enough about backgrounds of both decisions, but just putting this out there so it can be acted upon 😅

@oldmoe
Copy link
Owner

oldmoe commented Sep 28, 2024 via email

@ur5us
Copy link

ur5us commented Oct 6, 2024

@oldmoe Do you have a little more information w.r.t. Rails 7.1. I was just about to submit a PR as the existing specs pass even when I relax the sqlite3 constraint to [">= 1.6.0", "< 3.0.0"].

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

No branches or pull requests

3 participants