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
432 stars 106 forks source link

rqrcode version constraint is overly strict #367

Closed pepijnve closed 2 years ago

pepijnve commented 2 years ago

Currently rqrcode ~> 2.0.0 is required, but this is overly strict and prevents the qrcode generator from running with the recently release 2.1.0 version of rqrcode.

Relax the version constraint to ~> 2.0 to resolve this.