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

@ -84,6 +84,7 @@ GEM
msgpack (~> 1.2)
brakeman (7.0.2)
racc
bson (5.0.2)
builder (3.3.0)
capybara (3.40.0)
addressable
@ -149,6 +150,13 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.25.5)
mongo (2.21.1)
base64
bson (>= 4.14.1, < 6.0.0)
mongoid (9.0.6)
activemodel (>= 5.1, < 8.1, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
msgpack (1.8.0)
net-imap (0.5.8)
date
@ -342,6 +350,7 @@ DEPENDENCIES
importmap-rails
jbuilder
kamal
mongoid
propshaft
puma (>= 5.0)
rails (~> 8.0.2)