Skip to content

Commit

Permalink
Merge pull request #1487 from alphagov/dependabot/bundler/mongo-2.21.0
Browse files Browse the repository at this point in the history
Bump mongo from 2.20.1 to 2.21.0
  • Loading branch information
brucebolt authored Sep 23, 2024
2 parents eba5135 + a00f55f commit ca0057a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "gds-sso"
gem "govuk_app_config"
gem "govuk_sidekiq"
gem "jwt"
gem "mongo", "~> 2.20.1"
gem "mongo", "~> 2.21.0"
gem "mongoid"
gem "nokogiri"
gem "plek"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
mongo (2.20.1)
mongo (2.21.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (8.1.6)
activemodel (>= 5.1, < 7.3, != 7.0.0)
Expand Down Expand Up @@ -767,7 +767,7 @@ DEPENDENCIES
govuk_sidekiq
jwt
listen
mongo (~> 2.20.1)
mongo (~> 2.21.0)
mongoid
nokogiri
pact
Expand Down

0 comments on commit ca0057a

Please sign in to comment.