From 1b731764c6e12490505b02a0fbb5539dba3e885c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 03:15:49 +0000 Subject: [PATCH] Bump mongoid from 8.1.2 to 9.0.0 Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.2 to 9.0.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/v8.1.2...v9.0.0) --- updated-dependencies: - dependency-name: mongoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a3632e2de..d3bb17547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,11 +325,10 @@ GEM railties (>= 3.1) mongo (2.18.2) bson (>= 4.14.1, < 5.0.0) - mongoid (8.1.2) - activemodel (>= 5.1, < 7.1, != 7.0.0) + mongoid (9.0.0) + activemodel (>= 5.1, < 7.2, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0) - ruby2_keywords (~> 0.0.5) mongoid-sadstory (0.0.2) mongoid mousetrap-rails (1.4.6)