toretore / barby

The Ruby barcode generator
http://toretore.github.com/barby/
MIT License
844 stars 169 forks source link

Define rqrcode as a runtime dependency. #105

Closed dimameshcharakou closed 3 years ago

dimameshcharakou commented 3 years ago

Description

rqrcode needs to be a runtime dependency since it's used in Barby::QrCode: https://github.com/toretore/barby/blob/9ea6d21444b54d3ef89756526929666124941041/lib/barby/barcode/qr_code.rb#L1

toretore commented 3 years ago

Barby explicitly does not depend on any gems related to symbologies and file formats to avoid having to install unwanted gems for features you don't need. You are responsible for ensuring the correct dependencies are met for the features you use.

https://github.com/toretore/barby#new-require-policy