Skip to content
Closed
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :active_record do
end

group :mongoid do
gem 'mongoid', '~> 7.3'
gem 'mongoid', '~> 7.4'

group :test do
gem 'database_cleaner-mongoid', '~> 2.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ GEM
backport (1.2.0)
bcrypt (3.1.16)
benchmark (0.2.0)
bson (4.12.1)
bson (4.14.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crass (1.0.6)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
globalid (0.5.2)
activesupport (>= 5.0)
hashie (4.1.0)
i18n (1.8.11)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
interception (0.5)
jaro_winkler (1.5.4)
Expand All @@ -116,10 +116,10 @@ GEM
minitest-rails (5.2.0)
minitest (~> 5.10)
railties (~> 5.2.0)
mongo (2.16.0)
mongo (2.17.1)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.3.3)
activemodel (>= 5.1, < 6.2)
mongoid (7.4.0)
activemodel (>= 5.1, < 7.1, != 7.0.0)
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
nio4r (2.5.8)
Expand Down Expand Up @@ -287,7 +287,7 @@ DEPENDENCIES
m
minitest
minitest-rails (~> 5.2.0)
mongoid (~> 7.3)
mongoid (~> 7.4)
omniauth
pry-rescue
rails-controller-testing
Expand Down