Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of bold text helper in find-route command #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

2called-chaos
Copy link

@2called-chaos 2called-chaos commented Feb 7, 2022

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

Copy link

@malachaifrazier malachaifrazier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants