jabbrwcky / prawn-qrcode

An extension to prawn for easy QR Code generation/rendering
Apache License 2.0
48 stars 23 forks source link

reduce number of dependencies #156

Open formigarafa opened 1 year ago

formigarafa commented 1 year ago

Only features from rqrcode_core are used by this gem. With this change it stops including 2 other gems in the bundle: chunky_png and rqrcode. The dependency version was just removed to be backward compatible. It will match previous expectations to rqrcode restrictions.

renatovico commented 3 months ago

:+1: