i just replace [gem "meta_search", :git => 'http://github.com/bborn/ meta_search.git', :branch => 'rails3.1'] with [gem "meta_search"]. the bundle install works.
any problem about this fix? On Mar 24, 10:59 am, Alex Li <[email protected]> wrote: > Justin, > > I am new to rails. I followed your instruction to change the > following line in the gem file: > gem 'rails', '3.1.0.beta', :git => 'http://github.com/jtgeibel/ > meta_search.git' > > Got the error " Could not find gem 'rails <= 3.1.0.beta> > inhttp://github.com/jtgeibel/meta_search.git<at master>. source does > not contain any versions of rails <= 3.1.0.beta > > Please advice. thanks. > > On Mar 22, 12:19 pm, Justin G <[email protected]> wrote: > > > > > Nick, > > > Change your Gemfile to point to my "rails3.1" branch at: > > git://github.com/jtgeibel/meta_search.git > > > It provides a small change to the gem's gemspec file. You may also > > want to check out my pull request (see below) or my ce2-sample-app > > Gemfilehttps://github.com/jtgeibel/ce2-sample-app/blob/master/Gemfile > > > Bruno, > > > Have you had a chance to review my pull > > requests?https://github.com/bborn/meta_search/pull/1/fileshttps://github.com/b... > > > I was also wondering if I should rebase my commits off your rails3 > > branch or stay on omniauth. > > > Justin > > > On Mar 21, 4:26 pm, Nic <[email protected]> wrote: > > > > Hello, > > > > When I try to use the gemfile recommended here (https://github.com/ > > > bborn/communityengine/tree/rails3) I end up getting this error: > > > > Bundler could not find compatible versions for gem "actionpack": > > > In Gemfile: > > > meta_search depends on > > > actionpack (~> 3.1.0) > > > > rails (= 3.1.0.beta) depends on > > > actionpack (3.1.0.beta) > > > > Any ideas?- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
