Closed vishalkrsinha closed 4 years ago
I got it working now by upgrading 'nokogiri' version and updating the same (1.10.10) in docbookrx.gemspec file. Please refer the attached screenshots for the solution...
I've updated the dependencies in c8609437fddf1cc83e6241ce8e1d3d8ba2cb4c92. Would you like to test again?
One thing we are not yet doing is testing on Windows. Thus, we cannot yet verify that this gem works on Windows. That would require either setting up a GitHub Action (like https://github.com/asciidoctor/asciidoctor-pdf/blob/master/.github/workflows/ci.yml) or an AppVeyor job (like https://github.com/asciidoctor/asciidoctor/blob/master/.appveyor.yml). We should follow up on that in a separate issue.
I was trying to setup 'docbookrx' on my Windows environment by following the steps from url: https://github.com/asciidoctor/docbookrx/blob/master/README.adoc
But, I starting getting below error message:: bundler: command not found: docbookrx Install missing gem executables with
bundle install
Screenshot for the reference also attached.