From eae414c015c088844acd336fdd495193d278163e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:31:20 +0000 Subject: [PATCH] Bump mongoid from 8.1.2 to 8.1.3 Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.2 to 8.1.3. - [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...v8.1.3) --- 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 5a261818..1dd3c2d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,8 @@ GEM minitest (5.20.0) mongo (2.19.1) bson (>= 4.14.1, < 5.0.0) - mongoid (8.1.2) - activemodel (>= 5.1, < 7.1, != 7.0.0) + mongoid (8.1.3) + 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)