Guest User

Untitled

a guest
Oct 22nd, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. update-alternatives --config gem
  2. There are 2 choices for the alternative gem (providing /usr/bin/gem).
  3.  
  4. Selection Path Priority Status
  5. ------------------------------------------------------------
  6. 0 /usr/bin/gem1.8 180 auto mode
  7. 1 /usr/bin/gem1.8 180 manual mode
  8. * 2 /usr/bin/gem1.9.1 10 manual mode
  9. update-alternatives --config ruby
  10. There are 2 choices for the alternative ruby (providing /usr/bin/ruby).
  11.  
  12. Selection Path Priority Status
  13. ------------------------------------------------------------
  14. 0 /usr/bin/ruby1.8 50 auto mode
  15. 1 /usr/bin/ruby1.8 50 manual mode
  16. * 2 /usr/bin/ruby1.9.1 10 manual mode
  17.  
  18. ruby -v
  19. ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
  20.  
  21. bundle update
  22. Fetching gem metadata from https://rubygems.org/.........
  23. Fetching gem metadata from https://rubygems.org/..
  24. Resolving dependencies...
  25. Using ffi (1.9.0)
  26. Using mime-types (1.25)
  27. Using ethon (0.6.1)
  28. Using json (1.8.1)
  29. Using mini_portile (0.5.1)
  30. Installing nokogiri (1.6.0)
  31. Gem::InstallError: nokogiri requires Ruby version >= 1.9.2.
  32. An error occurred while installing nokogiri (1.6.0), and Bundler cannot continue.
  33. Make sure that `gem install nokogiri -v '1.6.0'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment