Closed ggrossetie closed 6 years ago
Remove the direct dependency on Opal runtime. This dependency will be provided by Asciidoctor.js.
Since Opal runtime is explicitly required in the test, I had to reintroduce the opal-runtime
dependency.
I think the main issue was that Opal was required twice (once in Asciidoctor.js with version 1.0.2 and once in the test with version 1.0.3). Now that we use the same version Node.js will only require the library once.
@s-leroux Did you have a chance to review this pull request ?
Remove the direct dependency on Opal runtime. This dependency will be provided by Asciidoctor.js.