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

bugfix: Rake 'console' shouldn't require Pry #2633

Merged
merged 1 commit into from
May 14, 2024
Merged

bugfix: Rake 'console' shouldn't require Pry #2633

merged 1 commit into from
May 14, 2024

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented May 14, 2024

The Rake 'console' target should not require Pry and instead fall back to binding.irb when Pry is unavailable

resolves #2634

The Rake 'console' target should not require Pry and instead fall back
to `binding.irb` when Pry is unavailable
Copy link

SimpleCov Report

Coverage Threshold
Line 93.76% 93%
Branch 71.4% 71%

@fallwith fallwith merged commit d4e09c1 into dev May 14, 2024
32 checks passed
@fallwith fallwith deleted the λ_crowbar branch May 14, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

"rake console" target requires Pry despite Pry being unavailable by default
2 participants