From bd6fd7edea283bd8a25cde80d04092cbd7762394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 10:11:22 +0000 Subject: [PATCH] Bump mongoid from 7.3.3 to 7.3.4 Bumps [mongoid](https://github.com/mongodb/mongoid) from 7.3.3 to 7.3.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/v7.3.3...v7.3.4) --- updated-dependencies: - dependency-name: mongoid dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 685f325b..32fa3efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,11 +57,11 @@ GEM backport (1.2.0) bcrypt (3.1.16) benchmark (0.2.0) - bson (4.12.1) + bson (4.14.1) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) @@ -92,7 +92,7 @@ GEM globalid (0.5.2) activesupport (>= 5.0) hashie (4.1.0) - i18n (1.8.11) + i18n (1.10.0) concurrent-ruby (~> 1.0) interception (0.5) jaro_winkler (1.5.4) @@ -116,10 +116,10 @@ GEM minitest-rails (5.2.0) minitest (~> 5.10) railties (~> 5.2.0) - mongo (2.16.0) + mongo (2.17.0) bson (>= 4.8.2, < 5.0.0) - mongoid (7.3.3) - activemodel (>= 5.1, < 6.2) + mongoid (7.3.4) + activemodel (>= 5.1, < 7.1, != 7.0.0) mongo (>= 2.10.5, < 3.0.0) ruby2_keywords (~> 0.0.5) nio4r (2.5.8)