The MongoDB Ruby team is pleased to announce version 9.0.10 of the mongoid gem - a Ruby ODM for MongoDB. This is a new patch release in the 9.0.x series of Mongoid.
Install this release using RubyGems via the command line as follows:
gem install -v 9.0.10 mongoid
Or simply add it to your Gemfile:
gem 'mongoid', '9.0.10'
Have any feed...