-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3016a4
commit 4f2077a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4f2077a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this may have reintroduced the compatibility issues seen here: #3 is it possible pin
pry-byebug
back at1.3.3
?4f2077a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you not able to install
jazz_fingers
?Whats happening? Because it is working for me. I have it in several repos without any issue.
Can you explain your issue please?
4f2077a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, yeah, installing
jazz_fingers
is no problem, but this version ofpry-byebug
doesnt actually work withpry-remote
. These issues on pry-byebug and on pry-remote explain it better than i can.Essentially, with any version of
pry-byebug
higher than1.3.3
, when you usepry-remote
you cant connect to the remote. It looks like in #3 you had pinned it to1.3.3
but then updated it later. Because this now requires a version3.1
or higher, I cant pin this to a version that works in my projects gemfile either:In Gemfile:
After running
bundle install
: