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
{{ message }}
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
I recently updated to mongoid 5.0, which in turn relies on mongo (~> 2.1). Unfortunately, we're getting this error right now:
/app/vendor/bundle/ruby/2.1.0/gems/mosql-0.4.0/lib/mosql/cli.rb:115:in `connect_mongo': uninitialized constant Mongo::MongoClient (NameError)
from /app/vendor/bundle/ruby/2.1.0/gems/mosql-0.4.0/lib/mosql/cli.rb:149:in `run'
from /app/vendor/bundle/ruby/2.1.0/gems/mosql-0.4.0/lib/mosql/cli.rb:16:in `run'
from /app/vendor/bundle/ruby/2.1.0/gems/mosql-0.4.0/bin/mosql:5:in `<top (required)>'
I presume there are a lot of other API related errors like this as well.
I realize this is because the officially supported mongo version for mosql is 1.x, but are there any ideas of how to get around this short of rolling back the mongo version?
Any idea on time frame to update to the latest mongo driver?
The text was updated successfully, but these errors were encountered:
I recently updated to
mongoid 5.0
, which in turn relies onmongo (~> 2.1)
. Unfortunately, we're getting this error right now:I presume there are a lot of other API related errors like this as well.
I realize this is because the officially supported
mongo
version formosql
is 1.x, but are there any ideas of how to get around this short of rolling back themongo
version?Any idea on time frame to update to the latest mongo driver?
The text was updated successfully, but these errors were encountered: