-
Notifications
You must be signed in to change notification settings - Fork 186
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
Comaptibility with ruby 1.8.7 #28
Comments
Another issue is that ruby-debug19 is a runtime dependency when it should be a development / test dependency. |
I'm working on a quick fix for this, unless Ben has time. |
Potential fix submitted in pull request here: |
This should be fixed in 2.0.8 |
@dush @wpeterson I think it's safe to close this issue now. :) Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Settingslogic 2.0.7 is not comaptible with ruby 1.8.7 due to its dependency on ruby-debug19.
There was
in my Gemfile. Then bundle failed
I think settingslogic should not depend on ruby-debug19 when using ruby 1.8.7.
If there is any reason (other than ruby-debug19) settingslogic have become incompatible with ruby 1.8.7, than it's version should be bumped to 2.1.0 and keep branch 2.0.x compatible with 1.8.7.
The text was updated successfully, but these errors were encountered: