From c309c2178df60ad72d2ece4624a99fd54391d113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:40:27 +0000 Subject: [PATCH] Bump mongoid from 8.0.3 to 8.0.4 Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.0.3 to 8.0.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.0.3...v8.0.4) --- updated-dependencies: - dependency-name: mongoid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d3d65ff35..84a28b078 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM minitest (5.18.1) mongo (2.19.0) bson (>= 4.14.1, < 5.0.0) - mongoid (8.0.3) + mongoid (8.0.4) activemodel (>= 5.1, < 7.1, != 7.0.0) mongo (>= 2.18.0, < 3.0.0) ruby2_keywords (~> 0.0.5)