"git://github.com/ernie/meta_search.git" but getting this error message - In Gemfile: meta" /> "git://github.com/ernie/meta_search.git" but getting this error message - In Gemfile: meta" /> "git://github.com/ernie/meta_search.git" but getting this error message - In Gemfile: meta"/>

rails 4: i can not install meta search gem file

2.2k views Asked by At

i have written in the gem file -

 gem "meta_search", :git => "git://github.com/ernie/meta_search.git" 

but getting this error message -

  In Gemfile:
    meta_search (>= 0) ruby depends on
      actionpack (~> 3.1) ruby

    rails (= 4.0.0) ruby depends on
      actionpack (4.0.0)

this is the link of my gem lock file - http://pastebin.com/d5ydNJ0B

how can i solve this problem ?

1

There are 1 answers

1
phoet On

It is a very bad habit to post questions on GitHub AND on StackOverflow!

If you had read the issues on GitHub you would have seen that meta_search is not compatible with Rails 4 and that it's successor ransack should be used instead.