Commit 57474450042ad281f32bc2899dceb500746f7232
1 parent
07720a8f
Exists in
master
and in
1 other branch
Something seemed to go wrong with mongoid gemspec on 1.8.7. Bumping version to see if it fixes it.
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.1) | |
97 | + mongoid (2.1.2) | |
98 | 98 | activemodel (~> 3.0) |
99 | 99 | mongo (~> 1.3) |
100 | 100 | tzinfo (~> 0.3.22) |
... | ... | @@ -208,7 +208,7 @@ DEPENDENCIES |
208 | 208 | hoptoad_notifier (~> 2.3) |
209 | 209 | inherited_resources |
210 | 210 | lighthouse-api |
211 | - mongoid (= 2.1.1) | |
211 | + mongoid (= 2.1.2) | |
212 | 212 | mongoid_rails_migrations |
213 | 213 | nokogiri |
214 | 214 | octokit | ... | ... |