| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mongoid-9.0.9.gem | 2025-12-18 | 815.6 kB | |
| mongoid-9.0.9.gem.sig | 2025-12-18 | 833 Bytes | |
| 9.0.9 source code.tar.gz | 2025-12-18 | 828.7 kB | |
| 9.0.9 source code.zip | 2025-12-18 | 1.3 MB | |
| README.md | 2025-12-18 | 931 Bytes | |
| Totals: 5 Items | 3.0 MB | 4 | |
The MongoDB Ruby team is pleased to announce version 9.0.9 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.9 mongoid
Or simply add it to your Gemfile:
gem 'mongoid', '9.0.9'
Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.
Bug Fixes
- MONGOID-5890 Handle BSON::Decimal128 specially when checking for changes (PR)
- Rails 8.1 Support (PR)
- MONGOID-5900 Fix #pluck on associations (PR)