-
Notifications
You must be signed in to change notification settings - Fork 212
Description
This issue is a note that I, the maintainer of sqlite3-ruby, am opening and pinning to let everyone know I'll publish a native gem supporting Ruby 4.0 as soon as I can after Ruby 4.0 is released.
Generally this takes at least a day (sometimes longer) post-Ruby-release as I have to wait for several other upstream projects to cut releases first, including but not limited to:
- rake-compiler-dock
- official docker images: https://hub.docker.com/_/ruby
- https://github.com/docker-library/ruby seems to be fully automated
- but https://github.com/docker-library/official-images requires manual approval and merger
- github actions setup-ruby for all platforms including windows, which generally takes a day or two
Please don't be that person who inevitably opens an issue to tell me I need to release a version of sqlite3-ruby that supports the new version of Ruby. I know, and I'm working on it. Everybody associated with the above projects knows, and are working on it.
Your enthusiasm for the new version of Ruby is appreciated, but any issue that gets opened will be closed with a comment pointing here.
If you want to run sqlite3-ruby with Ruby 4, you can still compile it from source. Please read this section of the installation doc to learn how.