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

Updated version of jquery-ui-rails #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lesniakania
Copy link

I wanted to use jquery-ui-sass-rails in the project which uses also activeadmin and I encountered this issue:

ania Animac:~/projects/startpace :) [develop] $ bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "jquery-ui-rails":
  In Gemfile:
    jquery-ui-sass-rails (>= 0) ruby depends on
      jquery-ui-rails (= 4.0.2) ruby

    activeadmin (>= 0) ruby depends on
      jquery-ui-rails (5.0.3)

So I changed dependency in the gemspec.
It works for me, but not sure how to test if it it don't break something else.

@jhilden
Copy link
Owner

jhilden commented Feb 19, 2015

in my opinion it makes sense for this gem to at least depend on the same major version of jquery-ui-rails, so i don't think i can merge this pull request. sorry.

what would need to happen is that the assets in this gem are being updated to match the latest jquery-ui / jquery-ui-rails. I would gladly merge a pull request doing that.

@jhilden
Copy link
Owner

jhilden commented Feb 19, 2015

honestly, at this point i would not recommend using this gem since it hasn't been maintained for quite a while, sorry.

@Startouf
Copy link

@lesniakania Thanks, I will use your branch then.

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.

None yet

3 participants