recently AWS implemented compatibility with MongoDB version 3.6 via DocumentDB.
Document DB requires a certificate that can be downloaded at:
https://s3-us-gov-west-1.amazonaws.com/rds-downloads/rds-GovCloud-Root-CA-2017.pem
Using a configuration file similar to:
https://github.com/mongodb/mongoid/blob/master/lib/rails/generators/mongoid/config/templates/mongoid.yml
I would like to know if there is a way to set compatibility with 3.6 in mongoid gem or if there is a specific version that ensures that version 3.6 is used?
Thank you