Skip to content

Commit 4dc65a9

Browse files
Bump mongoid from 8.1.3 to 9.0.3 in /backend
Bumps [mongoid](https://github.com/mongodb/mongoid) from 8.1.3 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.3...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]>
1 parent a5dae4e commit 4dc65a9

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "sprockets-rails"
1414
gem "active_model_serializers", "~> 0.9"
1515

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

2020
# Use Puma as the app server

backend/Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ GEM
9999
erubi (~> 1.4)
100100
parser (>= 2.4)
101101
smart_properties
102-
bigdecimal (3.1.7)
102+
bigdecimal (3.1.8)
103103
brakeman (6.1.2)
104104
racc
105-
bson (4.15.0)
105+
bson (5.0.1)
106106
bugsnag (6.27.1)
107107
concurrent-ruby (~> 1.0)
108108
builder (3.3.0)
@@ -126,7 +126,7 @@ GEM
126126
coercible (1.0.0)
127127
descendants_tracker (~> 0.0.1)
128128
colored (1.2)
129-
concurrent-ruby (1.3.3)
129+
concurrent-ruby (1.3.4)
130130
connection_pool (2.4.1)
131131
countries (4.0.1)
132132
i18n_data (~> 0.13.0)
@@ -218,7 +218,7 @@ GEM
218218
hashdiff (1.1.0)
219219
hashie (3.5.7)
220220
httpclient (2.8.3)
221-
i18n (1.14.5)
221+
i18n (1.14.6)
222222
concurrent-ruby (~> 1.0)
223223
i18n_data (0.13.0)
224224
io-console (0.7.2)
@@ -254,14 +254,13 @@ GEM
254254
method_source (1.1.0)
255255
mini_mime (1.1.5)
256256
mini_portile2 (2.8.7)
257-
minitest (5.24.1)
258-
mongo (2.20.1)
257+
minitest (5.25.1)
258+
mongo (2.21.0)
259259
bson (>= 4.14.1, < 6.0.0)
260-
mongoid (8.1.3)
261-
activemodel (>= 5.1, < 7.2, != 7.0.0)
260+
mongoid (9.0.3)
261+
activemodel (>= 5.1, < 8.1, != 7.0.0)
262262
concurrent-ruby (>= 1.0.5, < 2.0)
263263
mongo (>= 2.18.0, < 3.0.0)
264-
ruby2_keywords (~> 0.0.5)
265264
mongoid-compatibility (0.6.0)
266265
activesupport
267266
mongoid (>= 2.0)
@@ -525,7 +524,7 @@ DEPENDENCIES
525524
kaminari-actionview
526525
kaminari-mongoid
527526
letter_opener
528-
mongoid (= 8.1.3)
527+
mongoid (= 9.0.3)
529528
mongoid-rspec
530529
nearest_time_zone
531530
omniauth (~> 1.8)

0 commit comments

Comments
 (0)