jazz_hands icon indicating copy to clipboard operation
jazz_hands copied to clipboard

Support for pry 0.10.0

Open mpoli opened this issue 10 years ago • 15 comments

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.

mpoli avatar Jun 30 '14 13:06 mpoli

I'm having the same issue here. Any hope for a fix on this soon?

DavidVII avatar Jul 02 '14 17:07 DavidVII

Me too :+1:

shaneog avatar Jul 20 '14 23:07 shaneog

:+1:

ricardodovalle avatar Jul 31 '14 21:07 ricardodovalle

:+1:

kirillplatonov avatar Sep 17 '14 11:09 kirillplatonov

+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)

johan-- avatar Sep 25 '14 09:09 johan--

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

jmromer avatar Sep 29 '14 00:09 jmromer

Thanks @jkrmr :clap: I've using your jazz_hands forked version :+1:

ricardodovalle avatar Sep 29 '14 14:09 ricardodovalle

Friendly ping @nixme.

aried3r avatar Sep 29 '14 14:09 aried3r

:+1:

mhenrixon avatar Dec 30 '14 20:12 mhenrixon

:+1:

illtellyoulater avatar Jan 08 '15 07:01 illtellyoulater

Thanks @jkrmr using ruby 2.1.6 works as well! :tada::tada:

joseluistorres avatar Apr 16 '15 19:04 joseluistorres

:+1: The fork works for me but jazz_hands needs to be updated, pls!

dgmike avatar Jun 22 '15 17:06 dgmike

@dgmike You can try my fork: jazz_fingers.

There are a lot of improvements and fixes on top of jazz_hands already. =)

plribeiro3000 avatar Jun 22 '15 17:06 plribeiro3000

:+1:

Andrew8xx8 avatar Sep 03 '15 14:09 Andrew8xx8

👍

joryhatton avatar Oct 19 '16 13:10 joryhatton