File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ Then you can install the mongo gem as follows:
3030
3131 $ gem install mongo
3232
33- For a significant performance boost, you should also install the driver's C
33+ The driver also requires the BSON gem:
34+
35+ $ gem install bson
36+
37+ And for a significant performance boost, you'll want to install the C extensions:
3438extensions:
3539
36- $ gem install mongo_ext
40+ $ gem install bson_ext
3741
3842=== From the GitHub source
3943
@@ -274,7 +278,7 @@ Random cursor fun facts:
274278= Testing
275279
276280If you have the source code, you can run the tests. There's a separate rake task for testing with
277- the mongo_ext C extension enabled.
281+ the bson_ext C extension enabled.
278282
279283 $ rake test:c
280284
You can’t perform that action at this time.
0 commit comments