From 93aec661232076f4d3aae605721298dbc18ba2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 06:30:26 +0000 Subject: [PATCH] Bump mongoid from 8.1.0 to 8.1.1 Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.0 to 8.1.1. - [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.0...v8.1.1) --- 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 961c1bedc..597590b8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM minitest (5.18.1) mongo (2.19.0) bson (>= 4.14.1, < 5.0.0) - mongoid (8.1.0) + mongoid (8.1.1) activemodel (>= 5.1, < 7.1, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0)