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

NoMethodError: undefined method `b' for "\x00":String #150

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

NoMethodError: undefined method `b' for "\x00":String #150

pauloodd opened this issue Oct 26, 2020 · 1 comment

Comments

@pauloodd
Copy link

'de.saumya.mojo:gem-maven-plugin' Maven plugin is getting the error 'NoMethodError: undefined method `b' for "\x00":String' on chunky_png.rb file.

Line: 146

  # Null-byte, with the encoding set correctly to ASCII-8BIT (binary) in Ruby 1.9.
  # @return [String] A binary string, consisting of one NULL-byte.
  # @private
  EXTRA_BYTE = "\0".b

84d1871

@wvanbergen
Copy link
Owner

Ruby 1.9 is no longer supported, as it has been end-of-life for over 5 years. Please upgrade to a newer Ruby version, or pin chunky_png on a version that works for you.

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

2 participants