> ==============================================
> but I continuously ran into this problem: after "bundle install"
>
> Bundler could not find compatible versions for gem "jquery-rails":
>  In Gemfile:
>    rails_admin (>= 0) ruby depends on
>      jquery-rails (~> 1.0.17) ruby
>
>    jquery-rails (1.0.16)
>
> ================
> but I have already got jquery-rails 1.0.17 installed.  I've run
>     grep "jquery-rails" /home/xxx/.rvm/gems/ruby-1.9.2-p290/ -r
> in my computer and I didn't find any where required 1.0.17. So I got
> very confused  :(
>
>
As you mentioned, it seems that rails_admin needs jquery-rails 1.0.17 and
you are installing only 1.0.16... you may try just jquery-rails without the
version and it may work

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to