jazz_hands
jazz_hands copied to clipboard
Support for pry 0.10.0
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.
$ bundle install
Fetching git://github.com/nixme/jazz_hands.git
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "pry":
In snapshot (Gemfile.lock):
pry (0.10.0)
In Gemfile:
jazz_hands (>= 0) ruby depends on
pry (~> 0.9.12) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
I'm having the same issue here. Any hope for a fix on this soon?
Me too :+1:
:+1:
:+1:
+1
Bundler could not find compatible versions for gem "pry": In Gemfile: jazz_hands (>= 0) ruby depends on pry (~> 0.9.7.4) ruby
pry-byebug (>= 0) ruby depends on
pry (0.10.0)
pry-remote (>= 0) ruby depends on
pry (0.10.0)
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 :clap: I've using your jazz_hands forked version :+1:
Friendly ping @nixme.
:+1:
:+1:
Thanks @jkrmr using ruby 2.1.6 works as well! :tada::tada:
:+1: The fork works for me but jazz_hands
needs to be updated, pls!
@dgmike You can try my fork: jazz_fingers
.
There are a lot of improvements and fixes on top of jazz_hands
already. =)
:+1:
👍