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 ?