From 1daa0b7140f8f57989a642211e12d13c83608b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:03:49 +0000 Subject: [PATCH] Bump mongoid from 9.0.11 to 9.1.0 in /backend Bumps [mongoid](https://github.com/mongodb/mongoid) from 9.0.11 to 9.1.0. - [Release notes](https://github.com/mongodb/mongoid/releases) - [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mongodb/mongoid/compare/v9.0.11...v9.1.0) --- updated-dependencies: - dependency-name: mongoid dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 2951a450..7aafca0e 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -19,7 +19,7 @@ gem "sprockets-rails" gem "active_model_serializers", "0.9.8" # Use postgresql and mongo as the database for Active Record -gem "mongoid", "9.0.11" # https://www.mongodb.com/docs/mongoid/current/reference/compatibility/#rails-compatibility +gem "mongoid", "9.1.0" # https://www.mongodb.com/docs/mongoid/current/reference/compatibility/#rails-compatibility gem "pg" # Use Puma as the app server diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 84c7b47d..accaaaaf 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -99,7 +99,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (4.1.2) + bigdecimal (4.1.3) brakeman (6.1.2) racc bson (5.2.0) @@ -266,10 +266,10 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.9) minitest (5.27.0) - mongo (2.25.0) + mongo (2.26.0) base64 bson (>= 4.14.1, < 6.0.0) - mongoid (9.0.11) + mongoid (9.1.0) activemodel (>= 5.1, < 8.2, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0) @@ -544,7 +544,7 @@ DEPENDENCIES kaminari-actionview kaminari-mongoid letter_opener - mongoid (= 9.0.11) + mongoid (= 9.1.0) mongoid-rspec nearest_time_zone omniauth (~> 1.8)