Commit 5d98ec01ca6284a5ff24e0693d8178d49ad3c039

Authored by Nick Recobra
1 parent 11173e81
Exists in master and in 1 other branch production

Updating Gemfile.lock to current Gemfile.

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
Gemfile.lock
... ... @@ -30,8 +30,8 @@ GEM
30 30 activesupport (3.0.3)
31 31 arel (2.0.4)
32 32 bcrypt-ruby (2.1.2)
33   - bson (1.1.2)
34   - bson_ext (1.2.0)
  33 + bson (1.2.4)
  34 + bson_ext (1.2.4)
35 35 builder (2.1.2)
36 36 database_cleaner (0.6.0)
37 37 devise (1.1.3)
... ... @@ -53,11 +53,11 @@ GEM
53 53 mime-types (~> 1.16)
54 54 treetop (~> 1.4.8)
55 55 mime-types (1.16)
56   - mongo (1.1.2)
57   - bson (>= 1.1.1)
58   - mongoid (2.0.0.beta.20)
  56 + mongo (1.2.4)
  57 + bson (>= 1.2.4)
  58 + mongoid (2.0.0.rc.7)
59 59 activemodel (~> 3.0)
60   - mongo (~> 1.1)
  60 + mongo (~> 1.2)
61 61 tzinfo (~> 0.3.22)
62 62 will_paginate (~> 3.0.pre)
63 63 polyglot (0.3.1)
... ... @@ -93,7 +93,7 @@ GEM
93 93 thor (0.14.6)
94 94 treetop (1.4.9)
95 95 polyglot (>= 0.3.1)
96   - tzinfo (0.3.23)
  96 + tzinfo (0.3.24)
97 97 warden (0.10.7)
98 98 rack (>= 1.0.0)
99 99 will_paginate (3.0.pre2)
... ...