Ruby on Rails Wednesday, July 2, 2014



On Wednesday, July 2, 2014 2:55:12 PM UTC+1, Alexander Timoshilov wrote:
I tried to set up Searchlogic gem to my blog app and got an error:
Bundler could not find compatible versions for gem "activesupport":
 
In Gemfile:
    searchlogic
(~> 2.5.17) x86-mingw32 depends on
      activesupport
(~> 2.3.12) x86-mingw32

    rails
(= 4.1.1) x86-mingw32 depends on
      activesupport
(4.1.1)


Any solutions?

It means that searchlogic is only compatible with rails 2.3.x but that you're using rails 4.1.1. Judging by the gem's github page it's not really being maintained - either find a fork that is maintained (and has been updated for newer versions of rails) or pick a different gem

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b9abfe8e-d0fb-4250-99a3-8b236b8d6761%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment