activerecord-hackery / meta_search

Object-based searching (and more) for simply creating search forms. Not currently maintained.
http://erniemiller.org/2013/11/17/anyone-interested-in-activerecord-hackery/
MIT License
903 stars 140 forks source link

rails 4: In Gemfile: meta_search (>= 0) ruby depends on actionpack (~> 3.1) ruby rails (= 4.0.0) ruby depends on actionpack (4.0.0) #123

Closed Mashpy closed 10 years ago

Mashpy commented 10 years ago

i have written in the gem file -

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

but gtting 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 ?

phoet commented 10 years ago

Please do not crosspost your problems: http://stackoverflow.com/questions/19899550/rails-4-i-can-not-install-meta-search-gem-file/19903642#19903642

Mashpy commented 10 years ago

sorry. i will not do this same mistake again. Thanks for help.