asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
436 stars 106 forks source link

Dependency on bigdecimal #313

Closed dalai4git closed 3 years ago

dalai4git commented 3 years ago

Is a runtime dependency to bigdecimal missing?

I run into an error when using the asciidoctor docker container with an updated asciidoctor-diagram version.

pepijnve commented 3 years ago

BigDecimal is part of the standard library so that shouldn't cause problems. It's no longer being used though; I simply forgot to remove the require statement.