-
Notifications
You must be signed in to change notification settings - Fork 28
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
dependency issue #4
Comments
Hey @eprothro, I tried to adjust the README accordingly: 4ec306b Please let me know (or make a PR) if I can make it even clearer. |
Thanks very much for the reply and the timely doc update, very helpful and Only out of curiosity, would a Thanks again! -Evan Prothro On Aug 14, 2013, at 2:23 AM, Jakob Hilden [email protected] wrote: Hey @eprothro https://github.com/eprothro, I tried to adjust the README accordingly: — |
I'm having a dependency conflict between this and Activeadmin, which requires jquery-ui-rails 4.1.0. I'd second the request to get a more flexible dependency if possible. |
+1 |
@jhilden if you reconsider, I'm happy to submit a PR. Personally, if you're very concerned about version alignment, I think a post-bundle or on-init warning might be more appropriate than the explicit version constraint. |
does that already help? 13eabf0 can you describe the exact depency conflict (with all version numbers) I would be very open to a PR, how would you solve the issue? |
That is better and would have fixed my case, yes. I assumed that unless we explicitly know a future version breaks something, that @mattsjohnston can you provide more specifics about your conflict? |
I am getting this error since jquery-ui-rails is on 4.1 and this package is on 4.0.2. Is there an easy fix? |
This gem will need to be updated. I can work on it as soon as I have some time, but any help/PR in the meantime would be highly appreciated. |
Have there been any updates on this? I am having trouble installing ActiveAdmin |
Am also still seeing this issue with rails_admin (>= 0) |
I'm sorry, but I'm not actively maintaining this gem anymore. But PRs and potential new maintainers are very welcome. |
@stephenjlovell I can't help you with rails admin but I played with the gem spec on both this gem and activeadmin and got them to play nice. If you are interested check out the forks here |
As I said, PRs are always welcome. |
@cantonyselim thanks for the link, will check it out. I'm building a survey automation app and experimenting with a few options for the back end. |
FYI:
Is this
=
dependency intentional?The text was updated successfully, but these errors were encountered: