Skip to content
New issue

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

Chunck PNG - NoMethodError: undefined method `b' for "\x00":String #115

Open
pauloodd opened this issue Oct 26, 2020 · 1 comment
Open

Comments

@pauloodd
Copy link

pauloodd commented Oct 26, 2020

Getting 'NoMethodError: undefined method `b' for "\x00":String' on chunky_png.rb:146 file.
After chunky_png updated to 1.3.13.

https://rubygems.org/gems/chunky_png/versions/1.3.13

@pauloodd
Copy link
Author

Updates:

Chunk PNG was part of one of our sub dependencies.
I had to downgrade the plugin and force maven to not upgrade Chunck PNG to 1.3.13v.

My pom.xml in JAVA

<dependency>
   <groupId>rubygems</groupId>
   <artifactId>chunky_png</artifactId>
   <version>1.3.12</version>
   <type>gem</type>
   <scope>provided</scope>
</dependency>

Since the plugin was in an old system, that worked for us.

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

No branches or pull requests

1 participant