Skip to content

Commit

Permalink
Bump mongoid from 8.1.4 to 9.0.3
Browse files Browse the repository at this point in the history
Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.4 to 9.0.3.
- [Release notes](https://github.com/mongodb/mongoid/releases)
- [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md)
- [Commits](mongodb/mongoid@v8.1.4...v9.0.3)

---
updated-dependencies:
- dependency-name: mongoid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 769e3a4 commit 50d28b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "mail-notify"
gem "mlanett-redis-lock"
gem "momentjs-rails"
gem "mongo"
gem "mongoid", "8.1.4" # Locked as Mongoid 8.1.5 changes validation behaviour https://github.com/mongodb/mongoid/releases/tag/v8.1.5
gem "mongoid", "9.0.3" # Locked as Mongoid 8.1.5 changes validation behaviour https://github.com/mongodb/mongoid/releases/tag/v8.1.5
gem "mongoid-sadstory"
gem "mousetrap-rails"
gem "nested_form", git: "https://github.com/alphagov/nested_form.git", branch: "add-wrapper-class"
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
sassc (>= 2.0.0)
brakeman (6.1.2)
racc
bson (4.15.0)
bson (5.0.2)
builder (3.3.0)
byebug (11.1.3)
capybara (3.40.0)
Expand Down Expand Up @@ -379,11 +379,10 @@ GEM
railties (>= 3.1)
mongo (2.20.1)
bson (>= 4.14.1, < 6.0.0)
mongoid (8.1.4)
activemodel (>= 5.1, < 7.2, != 7.0.0)
mongoid (9.0.3)
activemodel (>= 5.1, < 8.1, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-sadstory (0.0.2)
mongoid
mousetrap-rails (1.4.6)
Expand Down Expand Up @@ -906,7 +905,7 @@ DEPENDENCIES
mocha
momentjs-rails
mongo
mongoid (= 8.1.4)
mongoid (= 9.0.3)
mongoid-sadstory
mousetrap-rails
nested_form!
Expand Down

0 comments on commit 50d28b2

Please sign in to comment.