[DOC] Fix backticks in Numeric#ceil
[DOC] Fix backticks in Numeric#floor
[ruby/prism] Only set location end when it is larger
https://github.com/ruby/prism/commit/65595d6c2c
[ruby/prism] Unreference the block node before destroying it
https://github.com/ruby/prism/commit/fc150b1588
[ruby/prism] Define RubyParser::SyntaxError directly and drop require for ruby_parser.
Had to add a require of sexp since that came in indirectly via ruby_parser.
https://github.com/ruby/prism/commit/df677c324f
[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initialize
When d2i_PKCS7_bio() and PEM_read_bio_PKCS7() fail to decode the input, OpenSSL::PKCS7.new currently raises ArgumentError. The usual practice in ruby/openssl where an error originates from the underlying OpenSSL...
[ruby/openssl] x509cert: update doc for OpenSSL::X509::Certificate#==
Mention the underlying OpenSSL function. Add a note about the unreliable comparison when called on an incomplete object.
Fixes https://github.com/ruby/openssl/issues/844
https://github.com/ruby/openssl/commit/736af5b3c7
Adjust indents [ci skip]
Update default gems list at 9e22037eb50d7abe6385901c9b0293 [ci skip]
[ruby/io-console] bump up to 0.8.2
https://github.com/ruby/io-console/commit/fbc7e1f31f
View all revisions | View revisions
Also available in: Atom