From 13f9afc8cd967c7348550ad8b313719b021f1c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:35:59 +0000 Subject: [PATCH] Bump mongoid from 8.1.3 to 8.1.4 Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.3 to 8.1.4. - [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.3...v8.1.4) --- updated-dependencies: - dependency-name: mongoid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eb0293d60..b3dbcfa90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,9 +246,9 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.5) minitest (5.20.0) - mongo (2.19.1) + mongo (2.19.3) bson (>= 4.14.1, < 5.0.0) - mongoid (8.1.3) + mongoid (8.1.4) activemodel (>= 5.1, < 7.2, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0)