Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.59 KB | None | 0 0
  1. vagrant@php55:/vagrant/cookbook/mongodb$ sudo gem install berkshelf-api-client -v '1.2.0'
  2. Fetching: multipart-post-2.0.0.gem (100%)
  3. Fetching: faraday-0.9.0.gem (100%)
  4. Fetching: berkshelf-api-client-1.2.0.gem (100%)
  5. Successfully installed multipart-post-2.0.0
  6. Successfully installed faraday-0.9.0
  7. Successfully installed berkshelf-api-client-1.2.0
  8. 3 gems installed
  9. Installing ri documentation for multipart-post-2.0.0...
  10. Installing ri documentation for faraday-0.9.0...
  11. Installing ri documentation for berkshelf-api-client-1.2.0...
  12. Installing RDoc documentation for multipart-post-2.0.0...
  13. Installing RDoc documentation for faraday-0.9.0...
  14. Installing RDoc documentation for berkshelf-api-client-1.2.0...
  15. vagrant@php55:/vagrant/cookbook/mongodb$ bundler install
  16. Fetching gem metadata from https://rubygems.org/.......
  17. Fetching additional metadata from https://rubygems.org/..
  18. Using rake 10.2.2
  19. Using addressable 2.3.6
  20. Using ast 1.1.0
  21. Using multipart-post 2.0.0
  22. Using faraday 0.9.0
  23.  
  24. Gem::InstallError: berkshelf-api-client requires Ruby version >= 1.9.2.
  25. An error occurred while installing berkshelf-api-client (1.2.0), and Bundler cannot continue.
  26. Make sure that `gem install berkshelf-api-client -v '1.2.0'` succeeds before bundling.
  27. vagrant@php55:/vagrant/cookbook/mongodb$ ruby --version
  28. ruby 1.9.3p194 (2012-04-20 revision 35410) [i486-linux]
  29. vagrant@php55:/vagrant/cookbook/mongodb$ berkshelf-api-client
  30. -bash: berkshelf-api-client : commande introuvable
  31. vagrant@php55:/vagrant/cookbook/mongodb$ gem list
  32.  
  33. *** LOCAL GEMS ***
  34.  
  35. berkshelf-api-client (1.2.0)
  36. faraday (0.9.0)
  37. multipart-post (2.0.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement