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

When run "rails generate 〇〇", got warning: "ruby/2.5.0 isn't supported by this pry-doc version" #119

Open HeppokoNeet opened 2 years ago

HeppokoNeet commented 2 years ago

My pry-doc version is 0.11.1. From https://github.com/pry/pry-doc/pull/65, the warning was fixed by v0.11.0.

But when run rails generate 〇〇, got warning: ruby/2.5.0 isn't supported by this pry-doc version. How can I fix it?

Any advice you could give would be much appreciated.

andrehjr commented 2 years ago

Can you update pry-doc to 1.2.0 ? Or at least v0.12.0 which includes docs for Ruby 2.5.

That should fix the warning.