pry-rails
                                
                                
                                
                                    pry-rails copied to clipboard
                            
                            
                            
                        Fix usage of bold text helper in find-route command
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