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
Rufo can be installed in Ruby 3.1.2, but failed in Ruby 3.3.6 Error message:
Exception while verifying jaro_winkler-1.6.0.gem ERROR: While executing gem ... (NoMethodError) undefined method `size' for nil:NilClass @read += ret.size
The text was updated successfully, but these errors were encountered:
I cannot reproduce it. What are the steps to reproduce the problem?
$ gem install rufo Fetching rufo-0.18.0.gem Successfully installed rufo-0.18.0 Parsing documentation for rufo-0.18.0 Installing ri documentation for rufo-0.18.0 Done installing documentation for rufo after 0 seconds 1 gem installed $ gem --version 3.5.23 $ ruby -v ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x86_64-linux]
Sorry, something went wrong.
That's weird. The ruby was installed by rbenv on MACOS 15.0
ruby -v ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24] gem install rufo Fetching rufo-0.18.0.gem Exception while verifying /Users/killernova/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0/cache/rufo-0.18.0.gem ERROR: While executing gem ... (Gem::Package::FormatError) end of file reached in /Users/killernova/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0/cache/rufo-0.18.0.gem
What is the jaro_winkler gem and is it related to rufo? Does this happen with other gems than rufo? Does it happen with other versions of rufo?
No branches or pull requests
Rufo can be installed in Ruby 3.1.2, but failed in Ruby 3.3.6
Error message:
The text was updated successfully, but these errors were encountered: