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
/opt/rbenv/versions/3.2.5/lib/ruby/gems/3.2.0/gems/fpm-cookery-0.37.0/lib/fpm/cookery/utils.rb:89:in `patch': uninitialized constant FPM::Cookery::Utils::Fixnum (NameError)
this is on a recipe where patch iscalled:
def build patch(workdir("patches/0001-fixes_null.patch"), 1)
Cant find the reason why is not working, since with ruby 3.1.x worked, but after upgrading to 3.2.x it broke.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/opt/rbenv/versions/3.2.5/lib/ruby/gems/3.2.0/gems/fpm-cookery-0.37.0/lib/fpm/cookery/utils.rb:89:in `patch': uninitialized constant FPM::Cookery::Utils::Fixnum (NameError)
this is on a recipe where patch iscalled:
Cant find the reason why is not working, since with ruby 3.1.x worked, but after upgrading to 3.2.x it broke.
The text was updated successfully, but these errors were encountered: