Commit 489586f1b5679c823fd9f1e6fdb4d5d97055fb4d
1 parent
4b7804e4
Exists in
master
and in
1 other branch
update mongoid gem to 2.2.4 version
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -94,7 +94,7 @@ GEM |
94 | 94 | mime-types (1.16) |
95 | 95 | mongo (1.3.1) |
96 | 96 | bson (>= 1.3.1) |
97 | - mongoid (2.1.2) | |
97 | + mongoid (2.2.4) | |
98 | 98 | activemodel (~> 3.0) |
99 | 99 | mongo (~> 1.3) |
100 | 100 | tzinfo (~> 0.3.22) |
... | ... | @@ -224,7 +224,7 @@ DEPENDENCIES |
224 | 224 | kaminari |
225 | 225 | lighthouse-api |
226 | 226 | mongo (= 1.3.1) |
227 | - mongoid (= 2.1.2) | |
227 | + mongoid (~> 2.2.2) | |
228 | 228 | mongoid_rails_migrations |
229 | 229 | nokogiri |
230 | 230 | octokit | ... | ... |