taganaka / polipus

Polipus: distributed and scalable web-crawler framework
MIT License
92 stars 32 forks source link

Cannot use with mongoid ~> 4.0.0 #52

Open nengine opened 10 years ago

nengine commented 10 years ago

https://github.com/taganaka/polipusBundler could not find compatible versions for gem "bson": In snapshot (Gemfile.lock): bson (1.9.2)

In Gemfile: mongoid (~> 4.0.0) ruby depends on moped (~> 2.0.0) ruby depends on bson (~> 2.2) ruby

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

taganaka commented 10 years ago

Not tested against mongo ~> 1.10 yet

nofxx commented 9 years ago

@nengine if you could try my fork, it's not requiring mongo as dependency anymore https://github.com/nofxx/polipus

@taganaka tested and running in mongo v1.11.1

nengine commented 9 years ago

Wow thanks!

Sent from my iPhone

On Dec 27, 2014, at 11:44 PM, Marcos Piccinini notifications@github.com wrote:

@nengine if you could try my fork, it's not requiring mongo as dependency anymore https://github.com/nofxx/polipus

@taganaka tested and running in mongo v1.11.1

— Reply to this email directly or view it on GitHub.

sandeepravi commented 9 years ago

Were you able to get this working with Mongoid (> 4.0.0) ?

Mongoid 4.0.0 depends on bson (2.2) whereas mongo (1.10/11) depends on bson(1.11). Anyway I get this working with Mongoid 4.0.0?

nengine commented 9 years ago

@sandeepravi, Yes working on Mongoid 4.0.0