Skip to content

Commit

Permalink
MAT-7584: Lock mongoid to 8.x. 9.x versions caused runtime errors, un…
Browse files Browse the repository at this point in the history
…able to find Time.zone.parse().
  • Loading branch information
jkotanchik-SB committed Sep 5, 2024
1 parent edb8eb2 commit 9ac8936
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'cqm-reports', '4.1.2'
gem 'rackup', '~> 2.1'
gem 'rack-contrib', '~> 2.5', '>= 2.5.0'
gem 'jwt'
gem 'mongoid', '~> 8.1.5'

gem 'cqm-models', :git => 'https://github.com/projecttacoma/cqm-models', :branch => 'master'

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activesupport (7.1.3.4)
activemodel (7.1.4)
activesupport (= 7.1.4)
activesupport (7.1.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -59,10 +59,11 @@ GEM
minitest (5.22.2)
mongo (2.20.1)
bson (>= 4.14.1, < 6.0.0)
mongoid (9.0.1)
mongoid (8.1.5)
activemodel (>= 5.1, < 7.2, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-tree (2.3.0)
mongoid (>= 4.0, < 10)
mustache (1.1.1)
Expand Down Expand Up @@ -128,6 +129,7 @@ DEPENDENCIES
cqm-reports (= 4.1.2)
jwt
minitest
mongoid (~> 8.1.5)
passenger
rack-contrib (~> 2.5, >= 2.5.0)
rack-test
Expand Down

0 comments on commit 9ac8936

Please sign in to comment.