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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: