From fa8017517a048863d5143a13a8ed03a3b5ab6fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:52:35 +0000 Subject: [PATCH] Bump mongo from 2.20.0 to 2.20.1 Bumps [mongo](https://github.com/mongodb/mongo-ruby-driver) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases) - [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt) - [Commits](https://github.com/mongodb/mongo-ruby-driver/compare/v2.20.0...v2.20.1) --- updated-dependencies: - dependency-name: mongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 64bbcd0b..875c58f4 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "gds-sso" gem "govuk_app_config" gem "govuk_sidekiq" gem "jwt" -gem "mongo", "~> 2.20.0" +gem "mongo", "~> 2.20.1" gem "mongoid" gem "nokogiri" gem "plek" diff --git a/Gemfile.lock b/Gemfile.lock index 0234858b..8372bc4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.24.1) - mongo (2.20.0) + mongo (2.20.1) bson (>= 4.14.1, < 6.0.0) mongoid (8.1.5) activemodel (>= 5.1, < 7.2, != 7.0.0) @@ -767,7 +767,7 @@ DEPENDENCIES govuk_sidekiq jwt listen - mongo (~> 2.20.0) + mongo (~> 2.20.1) mongoid nokogiri pact