-
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
Support for pry 0.10.0 #28
Comments
I'm having the same issue here. Any hope for a fix on this soon? |
Me too 👍 |
👍 |
1 similar comment
👍 |
+1 Bundler could not find compatible versions for gem "pry":
|
try out this fork for Ruby 2.0+ -- it's compatible with pry 0.10 and uses byebug instead of debugger: group :development, :test do
gem 'jazz_hands', github: 'jkrmr/jazz_hands'
end |
Thanks @JKRMR 👏 |
Friendly ping @nixme. |
👍 |
1 similar comment
👍 |
Thanks @JKRMR using ruby 2.1.6 works as well! 🎉🎉 |
👍 The fork works for me but |
@dgmike You can try my fork: There are a lot of improvements and fixes on top of |
👍 |
1 similar comment
👍 |
pry version 0.10.0 has been released.
It would be nice to have jazz_hands support it.
In my case, especially because guard 2.2 now depends on pry 0.10.0 and I am really not able to have them both running together.
The text was updated successfully, but these errors were encountered: