Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. $ bundle exec irb
  2. 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"]
  3. 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"]
  4. 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"]
  5. ree-1.8.7-2012.02 :001 > require 'mongomatic'
  6. ** Notice: The native BSON extension was not loaded. **
  7.  
  8. For optimal performance, use of the BSON extension is recommended.
  9.  
  10. To enable the extension make sure ENV['BSON_EXT_DISABLED'] is not set
  11. and run the following command:
  12.  
  13. gem install bson_ext
  14.  
  15. If you continue to receive this message after installing, make sure that
  16. the bson_ext gem is in your load path.
  17.  
  18. => true
  19. ree-1.8.7-2012.02 :002 >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement