acmeair / acmeair-nodejs

A Node.js implementation of the Acme Air Sample Application. With datastore support of MongoDB, Cloudant, Cassandra. With runtime support of Bluemix/CloudFoundry, Docker... With Micro-Services.
Apache License 2.0
109 stars 74 forks source link

Update mongodb to 2.0.x #9

Closed gareth-ellis closed 8 years ago

gareth-ellis commented 8 years ago

as per https://github.com/nodejs/benchmarking/issues/57 we came across an issue with mongodb following a code change in the master branch (what will be node 7).

This pull requests bumps the version of mongodb required to carry on running acmeair.

Thanks