Open paulehoffman opened 1 year ago
I don't have a Sonoma system yet, but I have seen these warnings. They point to half-installed gems. It is Ruby's gem subsystem that complains here, long before kramdown-rfc obtains control. You can actually run the "gem pristine..." commands to fix that; copy the above to the clipboard and then
pbpaste | sed 's/.*://' | sh -x
or so (untested).
Running 1.71. on a Mac under Sonoma yields the following, before successfully completing and making a nice XML file. These are due to the fact that the Mac's Ruby is older than what is supposedly needed for many of the libraries.
It would be nice to suppress these unless they are actually going to prevent kramdown-rfc to fail.