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

Fix dependencies for ruby 1.9.3 #57

Merged
merged 2 commits into from
Sep 3, 2014

Conversation

francoisjacques
Copy link
Contributor

This is a candidate fix for #56.

If ruby 1.9.3 is detected, it will force the usage to 0.11.30.pre15 or later. I admit it isn't a perfect solution for those who would like only "stable" gems but I think that, pragmatically, it's an okay fix considering that:

  • those gems are usually installed in the context of development
  • the ruby-debug-base19x gems have remained in the prerelease state for a long time

Also, on a side note, I was tempted to move the dependency selection block in the begin block so that this whole if block doesn't get executed at all if the current ruby gem dependency requirements are met, but I stopped there, aiming for a minimal fix to facilitate a quick review...

@francoisjacques
Copy link
Contributor Author

Simpler implementation where ruby-debug-ide depends on the same version of ruby-debug-base19x under ruby 1.9.x

denofevil added a commit that referenced this pull request Sep 3, 2014
Fix dependencies for ruby 1.9.3
@denofevil denofevil merged commit c4c3cea into ruby-debug:master Sep 3, 2014
@denofevil
Copy link
Member

Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants