Guest User

Untitled

a guest
Aug 19th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [user@server workspace]$ bundle --gemfile=Gemfile-linux
  2. Using rake (10.1.0)
  3. Using bigdecimal (1.2.1)
  4. Using builder (3.2.2)
  5. Using ffi (1.9.0)
  6. Using childprocess (0.3.9)
  7. Using curb (0.8.4)
  8. Using debugger-ruby_core_source (1.2.3)
  9. Using io-console (0.4.2)
  10. Using json (1.8.0)
  11. Using minitest (5.0.6)
  12. Using multi_json (1.7.9)
  13. Using mysql2 (0.3.11)
  14. Using rdoc (4.0.1)
  15. Using ruby-debug-base19x (0.11.30.pre12)
  16. Using ruby-debug-ide (0.4.17)
  17. Using rubyzip (0.9.9)
  18. Using websocket (1.0.7)
  19. Using selenium-webdriver (2.34.0)
  20. Using uuidtools (2.1.4)
  21. Using vnctools (0.0.9)
  22. Using bundler (1.3.5)
  23. Your bundle is complete!
  24. Use `bundle show [gemname]` to see where a bundled gem is installed.
  25. [user@server workspace]$ bundle exec irb
  26. 1.9.3-p448 :001 > require 'curb'
  27. LoadError: cannot load such file -- curb
  28. from (irb):1:in `require'
  29. from (irb):1
  30. from /var/lib/jenkins/.rvm/rubies/ruby-1.9.3-p448/bin/irb:13:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment