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

Update supported Ruby & Rails versions #4

Merged
merged 5 commits into from
May 20, 2024

Conversation

molawson
Copy link
Owner

No changes to the bundled gem code. This is all about testing, development, and the readme.

I am deprecating a few more EoL versions.

ActiveRecord specifies a gem version when the adapter is loaded and the
most recent versions of Rails lock to ~> 1.4, which won't work with the
most recent sqlite3 version, which is now 2.x.

This is just for tests, so it'll be up to each app to make sure they're
using the correct sqlite version for their Rails version (as it always
has been).
This matches current EoL status for each
@molawson molawson merged commit c15d989 into main May 20, 2024
56 checks passed
@molawson molawson deleted the ml/update-supported-versions branch May 20, 2024 16:40
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.

None yet

1 participant