Closed Intelligent2013 closed 1 week ago
From Gemfile.lock
:
metanorma-jis (0.3.6)
japanese_calendar (~> 0)
metanorma-iso (~> 2.8.0)
pubid
gem which metanorma-jis
:
C:/Users/TestUser/.local/share/gem/ruby/3.3.0/gems/metanorma-jis-0.3.6/lib/metanorma-jis.rb
Cannot replicate: same Gemfile.lock as you, and it's compiling fine.
After the full uninstall and install of ruby
, msys2
and metanorma
via chocolatey the issue was gone.
I'm trying to generate the presentation XML the document for https://github.com/metanorma/mn-samples-jis/tree/main/sources/jis-z-8301-2019.
bundle exec metanorma -t jis -x presentation document.adoc
:I've tried to add
gem "metanorma-jis"
intoGemfile
, then againbundle update
, the same error. I don't figure out what's happened.