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

Ruby 3.0.1 support #113

Closed dvandersluis closed 3 years ago

dvandersluis commented 3 years ago

I'm getting the following when running pry with pry-doc on ruby 3.0.1:

ruby/3.0.1 isn't supported by this pry-doc version

therealrodk commented 3 years ago

+1 Having the same problem.

TylerRick commented 3 years ago

Same thing for 3.0.2:

ruby/3.0.2 isn't supported by this pry-doc version
kaisensan commented 3 years ago

Same for 3.0.0:

ruby/3.0.0 isn't supported by this pry-doc version

It seems pry-doc isn't yet supporting Ruby v3 in general (https://github.com/pry/pry-doc/issues/106).

kyrylo commented 3 years ago

I just published Pry Doc v1.2.0: https://rubygems.org/gems/pry-doc/versions/1.2.0

It should add Ruby 3 support. Big thanks to @andrehjr who made this possible! 🎉