pry / pry-doc

Provide MRI Core documentation and source code for the Pry REPL
https://github.com/pry/pry-doc
Other
175 stars 26 forks source link

Add support for Ruby 3.3 #129

Closed hkalkan closed 9 months ago

hkalkan commented 9 months ago

Ext/readline library is removed from Ruby 3.3, that's why spec was failing and I changed it a bit, open to your suggestions. https://github.com/ruby/ruby/pull/7781

Also addresses following issue: https://github.com/pry/pry-doc/issues/128

kyrylo commented 9 months ago

I see no problem as long as the test passes 👍

kyrylo commented 9 months ago

Released in v1.5.0!