Advertisement
Guest User

Bundler with my patch

a guest
Nov 23rd, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Smits-MacBook-Pro:frappuccino(master|221470m) Who$ time bundle -j 1
  2. Fetching gem metadata from https://rubygems.org/..........
  3. Fetching additional metadata from https://rubygems.org/..
  4. Resolving dependencies...
  5. Using rake (10.1.0)
  6. Using bundler (1.5.0.rc.1)
  7. Using multi_json (1.8.2)
  8. Using mime-types (2.0)
  9. Using rest-client (1.6.7)
  10. Using docile (1.1.0)
  11. Using simplecov-html (0.8.0)
  12. Using simplecov (0.8.2)
  13. Using tins (0.13.1)
  14. Using term-ansicolor (1.2.2)
  15. Using thor (0.18.1)
  16. Using coveralls (0.7.0)
  17. Using frappuccino (0.2.0) from source at .
  18. Your bundle is complete!
  19. Use `bundle show [gemname]` to see where a bundled gem is installed.
  20.  
  21. real 0m38.036s
  22. user 0m2.191s
  23. sys 0m0.514s
  24. Smits-MacBook-Pro:frappuccino(master|221472m) Who$ gem uninstall bundler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement