Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Freeze mongodb dependency
Browse files Browse the repository at this point in the history
Tests demonstrate that there is some sort of inconsistency
when retrieving records from the database on the mongodb driver
version >= 1.1.2. Some times the tests pass,
and some times the tests don't pass.

For more info, refer to the following tests where it is breaking:

- http://travis-ci.org/#!/derdesign/protos/builds/2132289/L2422
- http://travis-ci.org/#!/derdesign/protos/builds/2126680/L2351
- http://travis-ci.org/#!/derdesign/protos/builds/2126509/L2400
- http://travis-ci.org/#!/derdesign/protos/builds/2126339/L2328
  • Loading branch information
mendezcode committed Aug 15, 2012
1 parent 7bd5e53 commit f09df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.json
@@ -1,6 +1,6 @@
{

This comment has been minimized.

Copy link
@derdesign

derdesign Aug 15, 2012

Collaborator

The links above don't work. Remove the last /L2XXX from the URL.

"mongodb": {
"mongodb" : ">= 1.1.2"
"mongodb" : "= 1.0.2"
},
"mysql": {
"mysql" : ">= 0.9.6"
Expand Down

0 comments on commit f09df3b

Please sign in to comment.