Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongoid from 8.1.3 to 9.0.2 in /backend #773

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "sprockets-rails"
gem "active_model_serializers", "~> 0.9"

# Use postgresql and mongo as the database for Active Record
gem "mongoid", "8.1.3" # https://www.mongodb.com/docs/mongoid/current/reference/compatibility/#rails-compatibility
gem "mongoid", "9.0.2" # https://www.mongodb.com/docs/mongoid/current/reference/compatibility/#rails-compatibility
gem "pg"

# Use Puma as the app server
Expand Down
19 changes: 9 additions & 10 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.7)
bigdecimal (3.1.8)
brakeman (6.1.2)
racc
bson (4.15.0)
bson (5.0.1)
bugsnag (6.27.1)
concurrent-ruby (~> 1.0)
builder (3.3.0)
Expand All @@ -126,7 +126,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colored (1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (4.0.1)
i18n_data (~> 0.13.0)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
hashdiff (1.1.0)
hashie (3.5.7)
httpclient (2.8.3)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n_data (0.13.0)
io-console (0.7.2)
Expand Down Expand Up @@ -254,14 +254,13 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
mongo (2.20.1)
minitest (5.25.1)
mongo (2.21.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (8.1.3)
activemodel (>= 5.1, < 7.2, != 7.0.0)
mongoid (9.0.2)
activemodel (>= 5.1, < 7.3, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-compatibility (0.6.0)
activesupport
mongoid (>= 2.0)
Expand Down Expand Up @@ -525,7 +524,7 @@ DEPENDENCIES
kaminari-actionview
kaminari-mongoid
letter_opener
mongoid (= 8.1.3)
mongoid (= 9.0.2)
mongoid-rspec
nearest_time_zone
omniauth (~> 1.8)
Expand Down
Loading