Created
July 17, 2015 12:36
-
-
Save petrokoriakin/80bf706875fef4b4a0d4 to your computer and use it in GitHub Desktop.
mongomatic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec irb | |
Invalid gemspec in [/home/petro/.rvm/gems/ree-1.8.7-2012.02/specifications/ZenTest-4.11.0.gemspec]: Illformed requirement ["< 3.0, >= 1.8"] | |
Invalid gemspec in [/home/petro/.rvm/gems/ree-1.8.7-2012.02/specifications/ZenTest-4.11.0.gemspec]: Illformed requirement ["< 3.0, >= 1.8"] | |
Invalid gemspec in [/home/petro/.rvm/gems/ree-1.8.7-2012.02/specifications/ZenTest-4.11.0.gemspec]: Illformed requirement ["< 3.0, >= 1.8"] | |
ree-1.8.7-2012.02 :001 > require 'mongomatic' | |
** Notice: The native BSON extension was not loaded. ** | |
For optimal performance, use of the BSON extension is recommended. | |
To enable the extension make sure ENV['BSON_EXT_DISABLED'] is not set | |
and run the following command: | |
gem install bson_ext | |
If you continue to receive this message after installing, make sure that | |
the bson_ext gem is in your load path. | |
=> true | |
ree-1.8.7-2012.02 :002 > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment