Skip to content

Commit

Permalink
attempt to upgrade mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar9 committed Feb 7, 2025
1 parent 65300c9 commit 99fca5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'keepr', '~> 0.7.0'

# MongoDB Database
gem 'money-rails', '~> 1.15'
gem 'mongoid', '~> 7.5.4'
gem 'mongoid', '~> 8.0.1'

gem 'nokogiri', '~> 1.16.5'
gem 'nokogiri-happymapper'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ GEM
railties (>= 3.0)
mongo (2.21.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (7.5.4)
activemodel (>= 5.1, < 7.1, != 7.0.0)
mongo (>= 2.10.5, < 3.0.0)
mongoid (8.0.9)
activemodel (>= 5.1, < 7.2, != 7.0.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-compatibility (1.0.0)
activesupport
Expand Down Expand Up @@ -583,7 +583,7 @@ DEPENDENCIES
factory_bot_rails
keepr (~> 0.7.0)
money-rails (~> 1.15)
mongoid (~> 7.5.4)
mongoid (~> 8.0.1)
mongoid-rspec
nokogiri (~> 1.16.5)
nokogiri-happymapper
Expand Down

0 comments on commit 99fca5a

Please sign in to comment.