Commit d24868f40bbac3104a26a25760afdbeff2b25451
1 parent
2dcd0b08
Exists in
master
and in
1 other branch
Update Mongoid and Moped
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -97,7 +97,7 @@ GEM |
97 | 97 | coffee-script-source (1.8.0) |
98 | 98 | colorize (0.7.5) |
99 | 99 | columnize (0.9.0) |
100 | - connection_pool (2.1.0) | |
100 | + connection_pool (2.1.1) | |
101 | 101 | coveralls (0.7.0) |
102 | 102 | multi_json (~> 1.3) |
103 | 103 | rest-client |
... | ... | @@ -185,7 +185,7 @@ GEM |
185 | 185 | mime-types (1.25.1) |
186 | 186 | mini_portile (0.6.2) |
187 | 187 | minitest (5.5.1) |
188 | - mongoid (4.0.0) | |
188 | + mongoid (4.0.2) | |
189 | 189 | activemodel (~> 4.0) |
190 | 190 | moped (~> 2.0.0) |
191 | 191 | origin (~> 2.1) |
... | ... | @@ -199,7 +199,7 @@ GEM |
199 | 199 | bundler (>= 1.0.0) |
200 | 200 | rails (>= 3.2.0) |
201 | 201 | railties (>= 3.2.0) |
202 | - moped (2.0.3) | |
202 | + moped (2.0.4) | |
203 | 203 | bson (~> 2.2) |
204 | 204 | connection_pool (~> 2.0) |
205 | 205 | optionable (~> 0.2.0) | ... | ... |