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

Pry version incompatibility #9

Open
estryker opened this issue Oct 17, 2014 · 0 comments
Open

Pry version incompatibility #9

estryker opened this issue Oct 17, 2014 · 0 comments

Comments

@estryker
Copy link

I needed to add the following to my Gemfile in order to have this gem work:
gem 'pry', '0.9.10'

Otherwise, bundler installed the latest version of pry (version 0.10.1 as of this writing) which is incompatible. The method 'inject_sticky_locals' has been renamed to 'inject_sticky_locals!' in this later version of pry.

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

1 participant