-
Notifications
You must be signed in to change notification settings - Fork 78
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
Ruby 2 support #11
Comments
Byebug only supports 2.0 and not 1.9. So that would trade support one for the other. I maintain pry-debugger too, so I've been hoping for debugger to just get support for 2.0 so we can support it all. |
Me too. |
Closing in favor of #12, as this gem itself does support Ruby 2. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you considered byebug and pry-byebug for ruby 2 support? Would you accept a pull request in that direction?
The text was updated successfully, but these errors were encountered: