Skip to content

Conversation

@ndbroadbent
Copy link

Closes #11

Sorry I'm not exactly sure when or where this changed, but I started seeing this error message: LoadError: cannot load such file -- pdf417/pdf417.

This change fixes the issue

@ndbroadbent
Copy link
Author

ndbroadbent commented Jan 5, 2023

I think the library might have actually been broken before this change and it wasn't working properly on recent Ruby versions. After fixing the native extension, I can see that PDF417 barcode images are actually being generated properly in my test suite:

Screen Shot 2023-01-06 at 12 36 57 AM

(Which ironically broke the test... I didn't realize it was broken before!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After updating to Ruby 2.7.7 and Bundler 2.4.2: LoadError: cannot load such file -- pdf417/pdf417

2 participants