-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
in progress: ship native gem with precompiled Ruby 3.2 support #2740
Comments
@flavorjones Also running into this issue on Linux...
|
We haven't shipped native 3.2 support for any platform yet. No need to comment to let me know, I'm the one working on it! Thanks for your patience. |
Use the "Ruby" platform and compile upon installation, or use system libraries, if you need it to work with 3.2 right now |
In case someone else needs this, the way to do it is with this in the Gemfile: gem 'nokogiri', force_ruby_platform: true (let me know if I didn't get this right) |
@edmz I tried this, and it did not work, at least not on Heroku |
- Jekyll 4.3.0 introduced `webrick` for Ruby 3.x - Jekyll's dependency `nokogiri` does not yet support Ruby 3.2. See: sparklemotion/nokogiri#2740
I've cut a prerelease: Release 1.14.0.rc1 / 2022-12-29 · sparklemotion/nokogiri Please let's move conversation about Ruby 3.2 support there. Thank you! |
This is an issue just to let folks know that this is on its way. Some last-minute changes were made in Ruby around how C extensions are linked on MacOS (Darwin) and we're working through the details.
If you're interested, you can read up a bit on those changes at rake-compiler/rake-compiler-dock#87 or #2732
I hope to have a version shipped within the next few days.
The text was updated successfully, but these errors were encountered: