Advertisement
Guest User

bundle install - output

a guest
Jul 25th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.37 KB | None | 0 0
  1.  
  2.     [02:24:03] gotham-city:~/mySite[master] bundle install
  3.     Using rake (0.9.2.2).
  4.     Using i18n (0.6.0).
  5.     Using multi_json (1.3.5).
  6.     Using activesupport (3.2.1).
  7.     Using builder (3.0.0).
  8.     Using activemodel (3.2.1).
  9.     Using erubis (2.7.0).
  10.     Using journey (1.0.3).
  11.     Using rack (1.4.1).
  12.     Using rack-cache (1.2).
  13.     Using rack-test (0.6.1).
  14.     Using hike (1.2.1).
  15.     Using tilt (1.3.3).
  16.     Using sprockets (2.1.3).
  17.     Using actionpack (3.2.1).
  18.     Using mime-types (1.18).
  19.     Using polyglot (0.3.3).
  20.     Using treetop (1.4.10).
  21.     Using mail (2.4.4).
  22.     Using actionmailer (3.2.1).
  23.     Using arel (3.0.2).
  24.     Using tzinfo (0.3.33).
  25.     Using activerecord (3.2.1).
  26.     Using activeresource (3.2.1).
  27.     Using coffee-script-source (1.3.3).
  28.     Using execjs (1.4.0).
  29.     Using coffee-script (2.2.0).
  30.     Using rack-ssl (1.3.2).
  31.     Using json (1.7.3).
  32.     Using rdoc (3.12).
  33.     Using thor (0.14.6).
  34.     Using railties (3.2.1).
  35.     Using coffee-rails (3.2.2).
  36.     Using daemons (1.1.8).
  37.     Using eventmachine (0.12.10).
  38.     Using jquery-rails (2.0.2).
  39.     Using pg (0.13.2).
  40.     Using bundler (1.1.3).
  41.     Using rails (3.2.1).
  42.     Using sass (3.1.19).
  43.     Using sass-rails (3.2.5).
  44.     Using thin (1.3.1).
  45.     Using uglifier (1.2.4).
  46.     Your bundle is complete! Use undle show [gemname]to see where a bundled gem is installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement