Skip to content

Commit

Permalink
Upgrade mongoid to latest alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjromeo committed Jun 21, 2023
1 parent 9282f36 commit 0ac6d2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gemspec
gem "defra_ruby_template"

# Use MongoDB as the database
gem "mongoid"
gem "mongoid", "9.0.0.alpha", git: "https://github.com/mongodb/mongoid"
# Implement document-level locking
gem "mongoid-locker"

Expand Down
16 changes: 11 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/mongodb/mongoid
revision: 97b2844b1a246a5b66606dd62fd80681c80f62d0
specs:
mongoid (9.0.0.alpha)
activemodel (>= 5.1, < 7.1, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)

PATH
remote: .
specs:
Expand Down Expand Up @@ -246,10 +256,6 @@ GEM
mongo_session_store (3.2.1)
actionpack (>= 4.0)
mongo (~> 2.0)
mongoid (8.0.3)
activemodel (>= 5.1, < 7.1, != 7.0.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-locker (2.0.2)
mongoid (>= 5.0, < 9)
multi_json (1.15.0)
Expand Down Expand Up @@ -474,7 +480,7 @@ DEPENDENCIES
govuk_design_system_formbuilder
matrix
mongo_session_store
mongoid
mongoid (= 9.0.0.alpha)!
mongoid-locker
net-smtp
pry-byebug
Expand Down

0 comments on commit 0ac6d2e

Please sign in to comment.