You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because of mongoid 3.0 no longer use mongo driver, it use moped. Mongo driver dependence on bson and bson ext gem. And they has namespace conflict for class Binary.
bson-1.6.4/lib/bson/types/binary.rb:27:in `module:BSON': superclass mismatch for class Binary (TypeError)
The text was updated successfully, but these errors were encountered:
because of mongoid 3.0 no longer use mongo driver, it use moped. Mongo driver dependence on bson and bson ext gem. And they has namespace conflict for class Binary.
bson-1.6.4/lib/bson/types/binary.rb:27:in `module:BSON': superclass mismatch for class Binary (TypeError)
The text was updated successfully, but these errors were encountered: