We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I identify a problem with a variable definition.
possible_locations is used here without being defined :
wicked_pdf/lib/wicked_pdf/binary.rb
Line 48 in 2dc96dd
I used this library during several years without meet this problem before.
Environnement : ruby '3.1.2' 'rails', '6.1.5'
The text was updated successfully, but these errors were encountered:
We have the same problem:
undefined local variable or method `possible_locations' for #<WickedPdf::Binary:0x00007f3542a69130> Did you mean? possible_binary_locations
Sorry, something went wrong.
Introduced in #816, I suspect it's just a rename away to fix this. I'll PR real quick, to show what I mean.
Fix a typo of #possible_binary_locations
914981e
Fixes mileszs#1022
This is now published in version 2.6.3 of the gem. Thank you all for reporting and fixing!
Successfully merging a pull request may close this issue.
Hi, I identify a problem with a variable definition.
possible_locations is used here without being defined :
wicked_pdf/lib/wicked_pdf/binary.rb
Line 48 in 2dc96dd
I used this library during several years without meet this problem before.
Environnement :
ruby '3.1.2'
'rails', '6.1.5'
The text was updated successfully, but these errors were encountered: