We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Reposting here; forgive me if this is redundant.
See: http://bugs.ruby-lang.org/issues/9913
present in: ruby -v: jruby 1.7.10 (1.9.3p392) 2014-01-09 c4ecd6b on OpenJDK 64-Bit Server VM 1.7.0_55-b14 [linux-amd64]
The text was updated successfully, but these errors were encountered:
this actually is a core Digest issue - not an OpenSSL one ... issue is present in 2.1.2 :
Digest
2.1.2 :001 > require 'digest' => true 2.1.2 :002 > x = Digest::SHA256.new() => #<Digest::SHA256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855> 2.1.2 :003 > x == nil TypeError: no implicit conversion of nil into String from (irb):3:in `==' from (irb):3 from /opt/local/rvm/rubies/ruby-2.1.2/bin/irb:11:in `<main>' 2.1.2 :004 > RUBY_VERSION => "2.1.2"
as well as all 1.9.x MRi releases ... should be fixed in next 2.x release(s)
Sorry, something went wrong.
this is behaving in 9.1.7.0 correctly.
No branches or pull requests
Reposting here; forgive me if this is redundant.
See: http://bugs.ruby-lang.org/issues/9913
present in: ruby -v: jruby 1.7.10 (1.9.3p392) 2014-01-09 c4ecd6b on OpenJDK 64-Bit Server VM 1.7.0_55-b14 [linux-amd64]
The text was updated successfully, but these errors were encountered: