-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Tighten dependency on pry #287
Comments
I'm guessing this issue comes from the fact that I've had support for That said, I'm sorry this happened, and I'm happy to think of ways of preventing this in the future. How should I do that? Possible ways:
I think I tend towards the second? |
Right :-) Yes, the first two options were what I was thinking of. I think the first one requires more work, especially if you want to test compatibility with all minor supported pry versions. So, the second option may indeed be best. |
Ok, since I already have the compability code in master, I'll cut a release for now. In addition to that, since I'm already tracking pry's master in CI, next time there are breaking changes in pry, I'll make a decision about this issue and change the requirement accordingly. |
I changed my mind, actually. I'll go with the second option, so that whenever pry releases a breaking minor in the future, I can add support at my own pace. |
The current dependency specification on
pry
allows any0.x
version starting from0.10
. Sincepry
is in the pre-1.x
stage, please consider tightening the range of minor versions for this dependency.The text was updated successfully, but these errors were encountered: