pry-rails icon indicating copy to clipboard operation
pry-rails copied to clipboard

Fix usage of bold text helper in find-route command

Open 2called-chaos opened this issue 3 years ago • 0 comments

Pry::Command#text was deprecated in pry 0.12.0 and removed in pry 0.13.0 which is the minimal supported version by pry-rails according to gemspec

Deprecated Pry::Command#text. Please use #black, #white, etc. directly instead (as you would with helper functions from BaseHelpers and CommandHelpers) (#1701)

It was broken before (NoMethodError) and works now with my manual test but I can't get the whole test-shebang to run

2called-chaos avatar Feb 07 '22 15:02 2called-chaos