Add Mongoid, MongoDB ODM for Ruby

This commit is contained in:
hannah.dagemark 2025-05-23 14:14:06 +02:00
commit 0df07c478a
4 changed files with 336 additions and 0 deletions

View file

@ -32,6 +32,9 @@ gem "kamal", require: false
# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
gem "thruster", require: false
# Mongoid gem to communicate with the MongoDB
gem "mongoid"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"