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

Support for pry 0.10.0 #28

Open
mpoli opened this issue Jun 30, 2014 · 15 comments
Open

Support for pry 0.10.0 #28

mpoli opened this issue Jun 30, 2014 · 15 comments

Comments

@mpoli
Copy link

mpoli commented Jun 30, 2014

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.
@DavidVII
Copy link

DavidVII commented Jul 2, 2014

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

@shaneog
Copy link

shaneog commented Jul 20, 2014

Me too 👍

@ricardodovalle
Copy link

👍

1 similar comment
@kirillplatonov
Copy link

👍

@johan--
Copy link

johan-- commented Sep 25, 2014

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

@jmromer
Copy link

jmromer commented Sep 29, 2014

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

@ricardodovalle
Copy link

Thanks @JKRMR 👏
I've using your jazz_hands forked version 👍

@aried3r
Copy link

aried3r commented Sep 29, 2014

Friendly ping @nixme.

@mhenrixon
Copy link

👍

1 similar comment
@illtellyoulater
Copy link

👍

@joseluistorres
Copy link

Thanks @JKRMR using ruby 2.1.6 works as well! 🎉🎉

@dgmike
Copy link

dgmike commented Jun 22, 2015

👍 The fork works for me but jazz_hands needs to be updated, pls!

@plribeiro3000
Copy link

@dgmike You can try my fork: jazz_fingers.

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

@Andrew8xx8
Copy link

👍

1 similar comment
@joryhatton
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests